A task monitor for self-regulation (clarification: there's no guarantee on the effect of this app) It records the ratio and time you spent on each task, you can use it to track your focus shift (you have to start & stop recording manually).
Today | Across days |
---|---|
.exe (for Windows):
Download and double-click. Notice the single file version doesn't have the icon.
.zip (for Windows):
Download and unzip, double click the App.exe in the extracted folder
Linux and MacOS:
Forgive my laziness, but you can download the source code and use pyinstaller to make the package with the command line
pyinstaller -D -i "icon.ico" --onefile App.py --noconsole
.py:
pip install numpy
pip install pyside6
pip install apscheduler
python3 App.py
Become a contributor
Hey, I'm new to Github, but I'm always open to contributions!