Skip to content

rafieakmal/StudentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

Documentation:

Fetures:

  • MySQL database
  • Validation of input
  • Add data
  • Search data
  • Remove data
  • Update data
  • Upload data using CSV file
  • Exception handling

Prerequisites:

MYSQL database and table:

Database: student 
Table: students

How to Run this Project?

  • Clone this project or Download Zip.
  • Extract it and Open the Project.
  • Open terminal or cmd and run following command.
pip3 install pymysql
pip3 install mysqlclient
pip3 install tk
pip3 install pandas
pip3 install sqlalchemy
pip3 install mysql-connector-python
python3 main.py

Arigatou~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages