Versions below v2.0.0 are temporarily not-supported. Stay tuned for updates!
Showoff is a simple sports self-statistics tracker for players or their coaches, written to be easy to use and to be informational. Currently supports basketball, soccer. You can also offer your sport, or help with existing ones
You can run showoff using binaries for your system or using the source code.
Binaries are an already pre-built packages for your system.
| Platform | Latest Status | Latest Uploaded |
|---|---|---|
| Windows | Awaits building | v2.0.0 |
| Linux | Ready ✅ | v2.1.0 |
| macOS | Ready ✅ | v2.1.0 |
-
Download the latest binary files for your system:
-
Unpack the binary in a convenient folder.
-
Launch:
Note for Windows users:
Windows defender may detect showoff as a malware, so it is recommended to disable defender / add showoff to exceptions
-
Windows: Double-click 'showoff.exe'
-
Linux/macOS:
./showoff.bin
-
-
Clone the repository:
git clone https://github.com/worthyworm/showoff.git cd showoff -
Run:
python3 source/main.py
If you want to build yours binary:
-
Install Nuitka:
pip install nuitka
-
Build:
python -m nuitka --onefile --standalone --include-package-data=locales source/main.py
-
A ready binary will be built in the same folder
Feel free to help with translating on other languages!