- Python 87%
- Inno Setup 11.2%
- Batchfile 1.8%
| .gitignore | ||
| check_score.iss | ||
| check_score.py | ||
| compile.bat | ||
| get_database.py | ||
| README.md | ||
| requirements.txt | ||
Urban Stats TPG Utility
This is currently in early stage development, and as such runs exclusively through the command-line. I aim to make this an installable python package among other things, but for now it is just an authoritative score check.
The authoritative source for this repo is https://us-dev.geoutils.us/mystictoad/urban-stats-tpg. Any reference on Github is strictly read-only and a clone. Find releases at https://us-dev.geoutils.us/mystictoad/urban-stats-tpg/releases.
To Do's:
- Include a spreadsheet generator
- More comprehensive compatibility layer
- Website compatibility???
Development:
The database will auto-install from the website mirror if pulled directly from the repo. Otherwise, everything should be self-explanatory.
The installer file is created by default with Inno Installer, but for testing just using Nuitka (via compile.bat) should be
sufficient. This will still place files into the %LOCALAPPDATA% folder, so ensure you delete that after execution if system impact
matters.
Installation:
If you use a release, the installer will create a US Score Checker program on your system. This comes bundled with an
uninstaller, but depending on the system this may not appear in the start menu. This can be found by clicking Open File Location in the start menu on the main program, where the uninstaller will be in the same folder.
At the moment, the program only takes one query at a time, but this will be expanded in the future.
All currently published versions are pre-release, so this is strictly for scoring scheme validation and testing at the moment. Use at your own risk.