Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2 KB

README.md

File metadata and controls

59 lines (34 loc) · 2 KB

STUDENT MANAGEMENT SYSTEM

wyd-18

🔗 Links

linkedin

twitter

A student management system (software) project is a graphical user interface (GUI)-based Python script and executable that allows the administrator to enter student data into a database and export the data to a CSV file. In this project, I utilised Tkinter for the graphical user interface, PyMySQL for database and query creation, PIL for picture loading, Pandas to convert the data to a CSV file, time to define the time, and date and as well as ttkthemes for the button themes.

Requirements For .py File

  • Tkinter
  • PIL
  • TTKthemes
  • PyMySQL
  • Pandas
  • Time
  • MySQL

Requirements For .exe File

  • MySQL

Installation

  Just run the System Management System.exe file
  Extract and run the System Management System.exe file

Note

  • MySQL is needed to run the Python script and executable file.

  • Set up a connection on MySQL before running it.

  • Simply clone the repo and run the "main.py" file, and for executables, download from releases and run the .exe file.

  • For connecting databases, the host name, username, and password are the same as for a MySQL connection.

  • For logging in, Username - admin and Password - admin@123