This python mini project basically focuses on learning python libraries like tkinter
, pymysql
, and time
.
In this project, it overall highlight the employees and managing the salary of the employees along with the calculation of it. In this project, for GUI “tkinter” library has been used. For implementation of code, “VSCode” has been used. For storing the data, “MySQL” Database of Xampp server is been used. You can perform CRUD operations on the details of an employee. You can also calculate the net salary of the employee. And you can also generate the E-Receipt of it.