RonRunner/README.md
2026-02-10 18:23:36 +01:00

1.2 KiB

About

RonRunner is a lightweight tournament scoring application for Mahjong.

Features

  • Add and manage players
  • Create and edit tournament tables
  • Automatic score calculation with ranking
  • Dark modern UI with Segoe UI fonts
  • Lightweight and fast

Installation

Prerequisites

  • Python 3.8+
  • Tkinter

Linux (Arch)

sudo pacman -S python python-tkinter
git clone https://github.com/Didictateur/RonRunner.git
cd RonRunner
chmod +x ronrunner_1.0~beta1-1/usr/bin/ronrunner
./ronrunner_1.0~beta1-1/usr/bin/ronrunner

Linux (Debian/Ubuntu)

sudo apt install python3 python3-tk
git clone https://github.com/Didictateur/RonRunner.git
cd RonRunner
chmod +x ronrunner_1.0~beta1-1/usr/bin/ronrunner
./ronrunner_1.0~beta1-1/usr/bin/ronrunner

Linux (Fedora)

sudo dnf install python3 python3-tkinter
git clone https://github.com/Didictateur/RonRunner.git
cd RonRunner
chmod +x ronrunner_1.0~beta1-1/usr/bin/ronrunner
./ronrunner_1.0~beta1-1/usr/bin/ronrunner

Usage

  1. Launch the application
  2. Add players using the input field
  3. Create tables and assign players
  4. Edit table scores as needed
  5. Scores update automatically with ranking

License

MIT