Showoff - a simple app for saving, viewing and exporting sports stats Currently supports basketball, soccer.
Showoff uses CourtCV
- Python 3
- Weasyprint
pip install weasyprintYou can run showoff using binaries for your system or using the source code.
Binaries are an already pre-built packages for your system.
-
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
Also, only close the application using built-in exit option. Otherwise your savedata might be corrupt or wont save at all
-
Windows: Double-click 'showoff.exe'
-
Linux/macOS:
./showoff
-
-
Clone the repository:
git clone https://github.com/worthyworm/showoff.git cd showoff -
Run:
python3 main.py
-
A ready binary will be built in the same folder
Feel free to help with translating on other languages!