Skip to content

RamonJB/StatsTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatsTracker

Help keep track of your Halo game stats using this Python GUI. This GUI will also graph your Frags/Deaths/Assists from each game that was recorded as well with graph each game's Frag/Death ratio.

How to Start:

  1. Clone this repository: git clone https://github.com/RamonJB/StatsTracker
  2. Change directory to where Statstracker is: cd StatsTracker
  3. Install dependencies from requirements.txt: pip install -r requirements.txt

To Run the Program:

Run python app.py. On the first time running this, a local database file called stats.db will be created which is where the application's data is stored.

Screenshots

  • Stats Entry Screen InputStats
  • Full Stats Table StatsTable
  • Frags-Deaths-Assists Graph FragsDeathsAssistsGraph
  • Frags/Deaths Ratio Graph FragDeathRatioGraph
  • Edit Game Tab EditGameStats

About

A Python GUI (made using DearPyGui) that helps with keeping track of game stats on Halo MCC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages