diplomagraduate / Student-Management-Project-in-Python

Simple, Easy to Understand Student Management System with mySQL database.

Home Page:https://diplomagraduate.blogspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Management System

Using Python Tkinter

Fetures :

  • mySQL database
  • Basic Validation of input
  • Add data
  • Remove data
  • Update data
  • Clean interface
  • Exception handling

Prerequisites :

  • pymysql package from PIP
  • Basic knowledge about Tkinter, SQL queries.
  • MYSQL

MYSQL database and table :

Database/Schema : test 
Table Name : students
  • Below is table which indicates columns present in students table and its type/datatype

How to Run this Project?

  • Clone this project or Download Zip.
  • Extract it and Open the Project in any IDE (Visual Studio Code or Pycharm)
  • Open terminal (cmd in case of WIndows) and run following command
$ pip install pymysql
$ python main.py
  • Done!

FAQs :


  1. Database error! Check mydbhelper.py ?
    --> Please make sure you have installed MYSQL with correct table name and with required columns. Open mydbhelper.py and change username and password with your credentials and type again.

  2. Other Questions.
    -->Feel free to Connect with me on Telegram @vinayak_09.


Full Project demonstration Youtube :
Link - https://youtu.be/3Bj-bQZCzQY

About

Simple, Easy to Understand Student Management System with mySQL database.

https://diplomagraduate.blogspot.com/


Languages

Language:Python 100.0%