Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 891 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 891 Bytes

Payroll Management System

This project is a simple payroll management system created using Python and MySQL.It allows employers to manage their employees data in the MySQL database and access/modify it using Python. The system comes with a lot of functionality. Some of the functions are mentioned below:

  • Enter employee data
  • Edit employee data
  • Search about an employee using various filters based on location,salary,designation,etc
  • Find minimum and maximum allowance of employees
  • Calculate Taxes

Usage

The user is provided with various choices and based on those choices the program will perform various functions to interact with the MySQL databse.

Technologies Used

  • Python
  • MySQL

License