A simple student management program with Flask library and a modern GUI. Easily customizable with flexible syntax.
CREATE DATABASE STUDENT_MANAGEMENT;
Clone the project
pip install mysql.connector
pip install Flask
or
python -m pip install mysql.connector
python -m pip install Flask
Make Sure that the Files are stored as it is shown below.
Python_search_engine/
│
├── templates/
│ └── index.html
├── README.md
├── app.py
├── venv/ (virtual environment - recommended)
└── ...