1
0
Fork
You've already forked GameTracker
0
Small CLI tool to track the time spent playing a game.
  • Python 100%
2023年08月30日 20:23:22 +02:00
.gitignore Add README.md and .gitignore 2023年06月26日 19:22:00 +02:00
chronometer.py Initial commit 2023年06月26日 18:44:55 +02:00
cli.py cli: switch from PyInquirer to InquirerPy 2023年08月16日 19:40:48 +02:00
core.py Don't start counting until window is active 2023年08月16日 18:30:25 +02:00
gui.py gui: WIP gui to show window list 2023年08月30日 20:23:22 +02:00
README.md Add why I made this to readme 2023年08月16日 19:01:44 +02:00
requirements.txt gui: WIP gui to show window list 2023年08月30日 20:23:22 +02:00
window.ui gui: WIP gui to show window list 2023年08月30日 20:23:22 +02:00

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

  1. $ git clone https://codeberg.org/Reboot/GameTracker.git
  2. $ cd GameTracker
  3. $ python -m venv venv
  4. $ source venv/bin/activate
  5. $ pip install -r requierements.txt

Usage

Use python cli.py and then pick the window of the game you want to track.