BUMBAIYA / AttendanceManagement

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%