SUFIAG / School-System-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About School Management System:

School Management Systems manage all the information of the students and/or faculty in a particular school. In our project, we will only use it to manage some basic personal information of the students of a school.

Project Prerequisites

To build this project, we will need the following libraries:

  1. Tkinter – To create the GUI.
  2. SQLite3 – To connect the program to the database and store information in it.
  3. TkCalender – To get the user to enter a date.
  4. Datetime.date – To convert the date from the tree to a Datetime.date instance so that it can be set in.
  5. Tkinter.messagebox – To show a display box, displaying some information or an error.
  6. Tkinter.ttk – To create the tree where all the information will be displayed.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%