Project time tracker written using Python 3.12.
This script leverages Sqlite 3 to store data of projects and time spent on each as well as Tkinter for the graphical interface.
- Create as many projects as needed.
- Track time by clicking a button to start counting time and another one to stop counting, increasing the total time spent.
- Reset time spent on a project.
A compiled version using pyinstaller can be found in the Releases section.