diff options
| author | hmj6502 <hashim@hmj6502.com> | 2025-12-19 10:46:49 +0000 |
|---|---|---|
| committer | hmj6502 <hashim@hmj6502.com> | 2025-12-19 10:46:49 +0000 |
| commit | f24e650c19a1b8862a64749c42dd6b8092765d0c (patch) | |
| tree | 6f2c091d1e2d11c2fe3e7aeb35ebea9659c40519 | |
| parent | 980e83baf09953efb57b613448fa7f8660ef6973 (diff) | |
| download | lock-n-log-f24e650c19a1b8862a64749c42dd6b8092765d0c.tar.gz lock-n-log-f24e650c19a1b8862a64749c42dd6b8092765d0c.tar.bz2 lock-n-log-f24e650c19a1b8862a64749c42dd6b8092765d0c.zip | |
add shebang
| -rwxr-xr-x[-rw-r--r--] | display.py | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | main.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/display.py b/display.py index e5b9bda..1aa7b58 100644..100755 --- a/display.py +++ b/display.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 # displays stats as graph. assumes csv is in chronological order, with no # overlapping sessions. as initial test: make a bar chart for time spent per # tag, for every day @@ -1,3 +1,4 @@ +#!/usr/bin/python3 import pygal import csv import time |
