A Python + PostgreSQL application with a Tkinter GUI for managing student and exam data.
- CRUD operations (insert, update, delete, query)
- Transaction handling (commit/rollback)
- GUI interface using Tkinter
- Relational database design (PostgreSQL)
- Python (psycopg2, Tkinter)
- PostgreSQL
- Set up PostgreSQL database
- Run schema.sql and sample_data.sql
- Run gui.py