Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arunr1408/employee-management-system

A system to manage employee records using Python and MySQL.
https://github.com/arunr1408/employee-management-system

database-management employee-management-system mysql python

Last synced: 3 days ago
JSON representation

A system to manage employee records using Python and MySQL.

Awesome Lists containing this project

README

        

# Employee Management System

A Python and MySQL-based system to manage employee records, including personal details, job information, and performance metrics.

## Features
- Employee record management
- Database integration with MySQL
- User-friendly interface

**Installation:**
1. Clone the repository: `git clone https://github.com/your-username/employee-management-system.git`
2. Install required dependencies: `pip install mysql-connector-python`
3. Create a `db_config.py` file with your database credentials.

**Usage:**
Clone the repository and follow the instructions in the README to set up the database and run the system.
Run `EMS.py` to start the application.

## License
This project is licensed under the MIT License.