TimeTracker icon indicating copy to clipboard operation
TimeTracker copied to clipboard

Basic Time tracker built with Python. Track what applications you spend your most time on.

Results 6 TimeTracker issues
Sort by recently updated
recently updated
newest added

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

enhancement
medium

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

help wanted
medium

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.

![Sample report](https://user-images.githubusercontent.com/56782241/70389650-65d84200-19e8-11ea-89cc-ca8c978e748c.png)