A EMS(Employee Management System) built with Python and Tkinter.
- Entirely offline.
- Add, Remove, Display, Update employee details.
- Advance Search with keywords.
- Import and Export database as
.xlsx
MS-Excel file. - Dashboard.
- Password Protected database and application.
You can use pip:
pip install -r requirements.txt
You can also use venv:
python -m venv env && env\Scripts\activate.bat && pip install -r requirements.txt && cls && MASTER-MANAGER.py
The MIT License (MIT)
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
Made with ❤️ in India by Vivek Kushal Chakraborty.