Skip to content

MildTreeRat/OverwatchTime

Repository files navigation

  • Author: Aaron Sierra

Requirements

  • python 3

Directions

Install python 3 if you havent already.

Before running the script, run pythonInstall.ps1 to install the required python packages. This is just a list of "pip install" commands.

You only need to run pythonInstall one per update to the script. If you run it once, you should be good to go until the next update to the script.

To run the script, run the following command: python .\SayreTimeScript.py

How to add images

Import a png image in the images folder. The size does not matter, the program will auto resize any image so long as it is a png.

Command for my reference:

pyinstaller --onefile --windowed --name OverwatchTime .\runme.py --add-data "overwatch_time\resources;overwatch_time/resources" --paths . --icon overwatch_time\resources\images\download.ico

TODO:

create a VM and test out the 3 use cases:

About

This is a tracker that can track your time spent playing overwatch and can visualize it.

Resources

Stars

Watchers

Forks

Packages

No packages published