Skip to content

angushushu/task-monitor

Repository files navigation

TaskMonitor

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
tab1 tab2

How to deploy (beta version)

.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!