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.
- Clone this repository:
git clone https://github.com/RamonJB/StatsTracker - Change directory to where Statstracker is:
cd StatsTracker - Install dependencies from requirements.txt:
pip install -r requirements.txt
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.