Database management system for the Teknofest Organization
π₯ Watch Demo on YouTubeTeknofestManagementSystem is a database-driven desktop application that helps manage and organize all competition-related data within the Teknofest Organization. It allows administrators to efficiently access and update details about:
- π Competitions
- π₯ Organizers, Competitors, Juries
- π Venues
- ποΈ Other related entities
Built with Python (Tkinter GUI) and MySQL, this tool reduces administrative overhead, minimizes paper-based workflows, and ensures faster, smarter event management.
The primary objective is to create a centralized, digital solution for storing and managing Teknofest event data. The system:
- β±οΈ Saves time for organizers
- πΌ Improves data accessibility and organization
- π Reduces manual work and physical documentation
- π§βπ» Offers a user-friendly interface for non-technical users
Watch the full demo on YouTube:
The complete technical documentation of the project β including ER diagrams, table relationships, UI overview, and SQL schema β is available below.
π§ͺ Tested on Ubuntu 22.04 with Python 3.11
Requirements: Tkinter, MySQL Server, MySQL Connector
sudo apt-get install python3-tk
python3 -m tkinter # to verify
