├── CONTRIBUTING.md ├── README.md ├── conf.ini ├── requirements.txt └── track.py /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prashantsengar/TimeTracker/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prashantsengar/TimeTracker/HEAD/README.md -------------------------------------------------------------------------------- /conf.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prashantsengar/TimeTracker/HEAD/conf.ini -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib>3.1 2 | win32gui 3 | sqlite3 4 | -------------------------------------------------------------------------------- /track.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prashantsengar/TimeTracker/HEAD/track.py --------------------------------------------------------------------------------