Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management with Flask Python and MySQL

A simple student management program with Flask library and a modern GUI. Easily customizable with flexible syntax.

Create Database and Tables

CREATE DATABASE STUDENT_MANAGEMENT;

Install the required Libraries.

Clone the project

pip install mysql.connector
pip install Flask

or

python -m pip install mysql.connector
python -m pip install Flask

File Structure.

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)
└── ...

Authors

About

A Python Student Management System with GUI. Made with Flask and MySQL

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages