Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arunr1408/employee-management-system
- Owner: ArunR1408
- License: mit
- Created: 2023-01-12T16:28:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T16:01:36.000Z (4 months ago)
- Last Synced: 2024-07-31T12:50:10.220Z (4 months ago)
- Topics: database-management, employee-management-system, mysql, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.