No description
| aur/ronrunner | ||
| ronrunner_1.0~beta1-1 | ||
| .gitignore | ||
| README.md | ||
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
Package Managers (Recommended)
Arch Linux (AUR)
With yay:
yay -S ronrunner
From Source
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
- Launch the application
- Add players using the input field
- Create tables and assign players
- Edit table scores as needed
- Scores update automatically with ranking
License
MIT