TimeTracker
TimeTracker copied to clipboard
Basic Time tracker built with Python. Track what applications you spend your most time on.
Currently, the project shows only the current records. I want the program to store daily history and then show weekly or monthly reports too. We will have to use a...
The program's GUI is written in Tkinter, I want to move the GUI to Kivy. This might help https://kivy.org/doc/stable/gettingstarted/first_app.html
I cleaned up the code by defining function clear_prev_report(). Report is cleared when start_recording() is called.
Hi Prashant, I want to contribute towards making this app work for Linux environment.
"_exceptions" is not an attribute of psutil, hence attribute error was shown.
