akkupy/School-Management-System ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple School Management System in Python that connects to a MySQL database and runs from a main.py file.

I want it to feel like a clean school admin app where I can manage basic school data from one place, using a .env file for the MySQL connection details. Please make it easy to set up, with clear instructions for installing the requirements and starting the app. It should work as a real project I can run locally, not just a demo.

Focus on the core experience, a home screen, sensible navigation, and the usual school management basics like handling records and database backed data. If you need anything unclear, look up the current docs online and make practical choices. Also make sure the app is organized well enough that I can open it, configure the database, and run it without much trouble.