Skip to content

creating a user interface using tkinter python for office attendance system

Notifications You must be signed in to change notification settings

m0hit-kumar/office-attendance-system

Repository files navigation

Office Attendance System

Problem statement : Implemeting modern technology to remove old style attendace system of attendance in government offices.

Features:-

  • Create a new employee profile.
  • Update old employee profile
  • Store all that in a separate file
  • Easy to use interface
  • Unique id generation features for attendance
  • View all details page

Instructions

Step 1 Install the TKinter using the below command

pip install tk

Step 2 Then make a copy or download the main.py file and run using python compiler.

Libraries used

import os  
import ast
import random
from tkinter import *
import tkinter as tk
from functools import partial
import os

📸 Demo:-

demo.mp4

Watch video to learn how to contribute and do pull request:-

Screencast.from.29-10-22.09.11.17.PM.IST.webm

About

creating a user interface using tkinter python for office attendance system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages