Small CLI tool to track the time spent playing a game.
- Python 100%
| .gitignore | Add README.md and .gitignore | |
| chronometer.py | Initial commit | |
| cli.py | cli: switch from PyInquirer to InquirerPy | |
| core.py | Don't start counting until window is active | |
| gui.py | gui: WIP gui to show window list | |
| README.md | Add why I made this to readme | |
| requirements.txt | gui: WIP gui to show window list | |
| window.ui | gui: WIP gui to show window list | |
GameTracker
CLI tool to track the time spent playing games. It automatically pauses the timer when the game's window isn't focused. I wrote this tool because I track my game time on Backloggd and I was tired of manually pausing and resuming a stopwatch when I paused the game to do something else.
Install
$ git clone https://codeberg.org/Reboot/GameTracker.git$ cd GameTracker$ python -m venv venv$ source venv/bin/activate$ pip install -r requierements.txt
Usage
Use python cli.py and then pick the window of the game you want to track.