No auth, no sessions, just a simple time tracker.
Exports to CSV as you wish.
Warning: there is no persistence as of yet, everything will be lost upon rebooting the program.
I got frustrated with tracking what I did for my timesheets.
Requires Python3, install flask with
python3 -m pip install flask
run with:
git clone https://github.com/Perceval62/TimeTracker
python3 app.py
and then browse to
localhost:5000
- Write something in the text prompt
- Click start
- Repeat if you are a superhuman able to really multitask.
- Stop the tasks you started when you are done.
- Click Export to CSV when ready.