Aplicação desktop para gestão local de registros (nome, email, telefone), com interface gráfica em Tkinter e persistência em MySQL 8. crud_app/ ├── main.py # ponto de entrada ├── requirements.txt # ...
This project was developed during my university journey while learning Python and database management. It is a desktop-based Student Management System built with Python Tkinter and MySQL, designed to ...