Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.75 KB

File metadata and controls

34 lines (20 loc) · 1.75 KB

No Damage Tracker

A simple tracker for tracking hits or damage per split. This program is intentionally lightweight and simple, and will show up to 8 splits at once.

Download

Download the latest release, and unzip to a directory. Some browsers may have protection against downloads. Open no_damage_tracker.exe. This program uses Python as an engine, but should be able to be ran by any compatible computer without any further installations. Note that the first Save or Load command (which calls the operating system) may take awhile to load the window, but it will work after some time.

Python 3.6+ users can simply execute no_damage_tracker.py, with the following dependencies:

yaml
PyQt5

Setup

The only external file for this program are splits files. These are simply .txt files that can be created manually or in the program. The following format for each split is required, with nothing else:

Split A: 10
Split B: 5
Split C: 12

Usage

Splits must be either created in the program via the Create command, or loaded using the Load command. Use Start command to begin tracking, then use the middle green-outlined box to enter hits per split using the Enter key. Pressing Enter without inputting a split will default to 0. The Reset command will be usable at any time, but using Reset after getting a PB will confirm to both save the splits as PB, and confirm if the user would like to save splits to the file.

Note: Splits should be saved manually for updates, as the program will not check for saving splits upon being closed. Anytime a PB is achieved, the save splits dialog should appear anyhow.