Skip to content

80degree/showoff

Repository files navigation

Showoff - A simple sports stats tracker

Version Python License made with love

Showoff - a simple app for saving, viewing and exporting sports stats Currently supports basketball, soccer.

Showoff uses CourtCV

Requirements

  1. Python 3
  2. Weasyprint
pip install weasyprint

Running

You can run showoff using binaries for your system or using the source code.

Using ready-to-use binaries(recommended)

Binaries are an already pre-built packages for your system.

  1. Download the latest binary files for your system:

  2. Unpack the binary in a convenient folder.

  3. 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

Using the source code

  1. Clone the repository:

    git clone https://github.com/worthyworm/showoff.git
    cd showoff
  2. Run:

    python3 main.py

Building a binary

If you want to build yours binary:

  1. Install Nuitka:

    pip install nuitka
  2. Build:

    python -m nuitka --onefile --standalone --include-package-data=locales main.py
  3. A ready binary will be built in the same folder


Help us with translation

Feel free to help with translating on other languages!

About

A simple, yet helpful sports tracker

Topics

Resources

License

Stars

Watchers

Forks

Contributors