This project is a Tournament Scoring System, developed as part of a college assignment. The application provides an easy-to-use interface for managing teams, individuals, and events, while also calculating scores to determine the winner.
- Add and manage teams and individual players.
- Create events and assign them as team-based or individual-based.
- Store and view tournament data.
- Simple and modern GUI style for ease of use.
- Teams & Players: Add teams and assign individual players to them.
- Events: Create events that teams or individuals can participate in.
- Scoring System: Input results to determine which team or player performed best across multiple events.
- Results Display: View stored tournament data and determine the overall winner.
1. Run using executable file
- Download the latest version of
EventWiz.exefrom Releases and run it to proceed.
2. Run using Python
- Install Python (if not already installed).
- Install required dependencies:
pip install tkinter
- Run the application:
python gui.py
- Python for backend logic.
- Tkinter (ttk) for the graphical user interface.
- JSON for storing tournament data.
- Improve UI with better animations and visual elements.