Company Management App



For this project, I developed a Python employee management application that connects to a DBMS using the Python db-api connector.

- Program has add, update, delete, look-up, load and reset actions
- Used a dictionary whose keys store the employee's ID and values store employee attributes
- Used an employee class that sets and returns attributes
- Used the MySQL connector and XAMPP to connect the program to MySQL and store data in a database


View project source code

NOTES: Please install XAMPP and launch both Apache and MySQL service modules before using the app.



Images of the Project:

pic1 pic2 pic3 pic4 pic5 pic6 pic7