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 run showoff using binaries for your system or using the source code.
Binaries are an already pre-built packages for your system.
| Platform | Status | Latest |
|---|---|---|
| Windows | Partial-support(Has issues) | v1.1.1 |
| Linux | Ready ✅ | v1.1.1 |
| macOS | Could be later |
No builds uploaded |
-
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
-
Note: Using the source code is NOT reccomended. The code is being worked on and some features may be unfinished
-
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!