Skip to content

worthyworm/showoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showoff - A simple sports stats tracker

Version Python License

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.

Requirements

  1. Python 3

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.

Binaries status

Platform Status Latest
Windows Partial-support(Has issues) v1.1.1
Linux Ready ✅ v1.1.1
macOS Could be later ⚠️ No builds uploaded
  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

Note: Using the source code is NOT reccomended. The code is being worked on and some features may be unfinished

  1. Clone the repository:

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

    python3 source/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 source/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 2

  •  
  •  

Languages