A chess tournament software in Python
Project description
Chess Tournament Software
Table of Contents
Overview
Chess Tournament Software is a standalone Python CLI application to manage players and tournaments in a chess club.
Data is stored in JSON files. The app is cross-platform and follows the Model-View-Controller (MVC) pattern.
Installation (for users)
You’ll need Python 3.8+ installed.
To avoid system-level issues (PEP 668, etc.), install the app in a virtual environment:
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install chess-tournament
Usage
After installation, simply run:
chess
Architecture
Main directories:
controllers/ – business logic (players, matches)
models/ – data structures
views/ – command-line interface
data/ – local JSON storage
main.py – CLI entry point
See Issue #7 – Code Architecture for a full breakdown.
Developer Setup
Want to contribute or run the app locally? See: Issue #8 – Developer Setup Instructions
Author
@Thi26, OpenClassrooms student Training: Python Application Developer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chess_tournament-0.1.1.tar.gz.
File metadata
- Download URL: chess_tournament-0.1.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a864ccf30adb55184101046fe338b65bdabf31349add6e3495694409d11d0a2
|
|
| MD5 |
af11cdaa18985b2c2fa572fe6dc1e7fc
|
|
| BLAKE2b-256 |
2d58ba92f6d2e27c3e329292354d8b9c09504e4327d5505d42f1adaa5608e263
|
File details
Details for the file chess_tournament-0.1.1-py3-none-any.whl.
File metadata
- Download URL: chess_tournament-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50a6d3ee47078d552228d1785739b7de6920cc61ddf8985bef54602da70a5856
|
|
| MD5 |
a372bcfe64761671abc11d324669e987
|
|
| BLAKE2b-256 |
f3da226601290e69cee18fc5a136341f53bf1fc8807e41f1a7ee5d8ffc899bd0
|