EPMS is a database management system. In this employee management system we can add,update,mark shifts,view all employees,view working hours from the database.It is an gui application made using python and sqlite.
- Language used: Python 3
- Query Language used: Sqlite 3
- Library:Tkinter
- Other concepts involved: Object Oriented Programming(OOPS)
- You should install python version 3.7
- import all modules required for the project
- tkinter
- sqlite3
- datetime
Cloning this repository:
git clone https://github.com/Nishit014/EPMS.git
Install the required packages in your environment by using pip.
pip install -r requirements.txt
Open the project folder after installing requirements and run:
EPMS_DBMS.py
You are free to use this code for any purpose. If you have built anything interesting, contribute it back to this project. You could add more drums or improve the overall performance.
Feel free to file a new issue with a respective title and description on the Virtual-Drums. If you already found a solution to your problem, I would love to review your pull request!