Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.76 KB

File metadata and controls

53 lines (35 loc) · 2.76 KB

Attendance-Software-Using-Python-and-MySQL

This Program was designed by Aryan Rekhi (me) for his High School Final Project in 2020. Attendance Software created using python and MySQL This project is basically a software made for teachers to keep a track of their students’ attendance , it uses database management to keep the logs of teachers and register new Teacher IDs .
It also has features like more records regarding the student like their roll no , name , subject taught at that day , number of hours taught and ut even has features that helps to search up a student using different methods. image

This Project Has been divided in 4 different phases :

  1. login.py (that’s the first page that pops up when the code is executed)
  2. attendance.py ( uses mysql connectivity to add a function with tkinter framework to save the attendance of students)
  3. Features.py ( this page is written to add more functions to give this software more variety and diverse to use.)
  4. searchrecord.py (searches the students logs using Mysql which can be accessed by Teachers).

Login.py image

This page will pop up a window which tells either the input crendentials are correct or wrong. image

Signup/Register button will lead to the page shown below: image

This page is used to create Teacher ID whose crendentials can be entered in login page to access students records image

Attendance.py Add Students Record Page: image

This is the database where the attendance is stored: Teachers’ Login credentials image

Description of table “strecord”: image

Students Attendance logs: image

Add Student Record: image

searchrecord.py image