Skip to content

Attendance management app using Python, SQlite studio and TKinter library.

Notifications You must be signed in to change notification settings

BUMBAIYA/AttendanceManagement

Repository files navigation

Attendance Management System

This project is made using Tkinter and SQLite.

Since this is a demo project we have our database installed locally.

To see the structure of database (demo.db) use SQliteStudio

AdminPage

AdminMarkAttendancePage

StudentPage

Setup

  • Clone the project in preferred directory using: git clone https://github.com/BUMBAIYA/AttendanceManagement.git
  • Install Tkinter using pip command: pip insall tk
  • If using Python version lower than 2.5.0 intall SQlite using: pip install pysqlite3
  • Run the code.

Login ID and Password

  • For admin

    ID: admin

    password: hello

  • For student

    ID: bumbaiya

    password: bombay

About

Attendance management app using Python, SQlite studio and TKinter library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages