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
-
Windows: Double-click 'showoff.exe'
-
Linux/macOS:
./showoff.bin
-
-
Clone the repository:
git clone https://github.com/worthyworm/showoff.git cd showoff -
Run:
python3 main.py
If you want to build yours binary:
-
Install Nuitka:
pip install nuitka
-
Build:
python -m nuitka --onefile --standalone --include-package-data=locales main.py
-
A ready binary will be built in the same folder
Feel free to help with translating on other languages!