Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.7 KB

WorkForce Information Network - WIN

WorkForce Information Network is a Desktop Application developed using Python/Tkinter and sqlite3 database. It allows organizations to keep track of their employees, projects, clients and moreover to generate automated bills.

To clone the Repository run the following command in your command-prompt/Terminal

git clone https://github.com/SyedHassanUlHaq/win.git

After cloning the Repository you can debug and run the project using the following command

python login.py

or directly access the dashboard to view the Employee ID and Password in the Employees section using the following command:

python dashboard.py

please make sure to installed the pre-requisite python libraries using the following commands:

pip install tkinter
pip install pillow