Playtime Tracker is a simple python program that records your steam play time for a chosen game each time it is run.
- View graphs of overall playtime since installation
- General statistics
Playtime Tracker uses a number of packages to work properly:
- numpy
- matplotlib
- schedule
- urllib
Playtime Tracker requires Python3 to run.
Install the packages.
pip install numpy
pip install matplotlib
pip install schedule
pip install urllibNow create a shortcut in your startups folder
C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
(Replace "User" with your PC Username)
- Cloud computing
- Multiple Games (possibly all games in library)
- Proper datetime integration
- Track multiple users
- Give more information about playtime (set targets on graphs, etc)
- Interpolation between days (not running the program for many days may result in a spike in playtime when run eventually)