Skip to content

JDLanyon/PlaytimeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playtime Tracker

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

Packages

Playtime Tracker uses a number of packages to work properly:

  • numpy
  • matplotlib
  • schedule
  • urllib

Installation

Playtime Tracker requires Python3 to run.

Install the packages.

pip install numpy
pip install matplotlib
pip install schedule
pip install urllib

Now create a shortcut in your startups folder C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (Replace "User" with your PC Username)

Todos / Possibilities

  • 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)

Bugs / Possible bugs

  • Interpolation between days (not running the program for many days may result in a spike in playtime when run eventually)

About

Track the playtime of any game you wish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages