Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 842 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 842 Bytes

GUI Payroll Management System

This project uses Tkinter for the GUI and MySQL for the Database.

This project has the following features:

  1. Login functionality to validate users
  2. Register employee
  3. View all registered employees using Tkinter Treeview
  4. Update information for a selected employee
  5. Delete employee
  6. Generation of Payroll based on total no. of working days which uses excel sheet as an input
  7. Exporting generated payroll to excel

Flow of the Project

  1. Switch on the xampp server for Database
  2. Run login.py to start the project
  3. After successful login, it redirects the user to main.py
  4. Explore the Payroll management features