Employees management System
1.0.0
前端:基於 Tkinter 的前端。
MySQL整合:整合MySQL作為資料庫後端。
新增員工:使用此功能可以輕鬆地將新員工新增至您的資料庫。輸入他們的詳細信息,系統會將其儲存在資料庫中。
刪除員工:選擇要刪除的員工,然後按一下按鈕,將從資料庫中刪除員工詳細資料。
更新員工:更改其資訊/詳細資訊並保存更新的資料。
查看所有員工:只需按一下即可從資料庫中取得所有員工。
git clone https://github.com/nnwsin/Employees-management-System.git
config.json
中配置內容{
"pass" : " DATABASE PASSWORD " ,
"user" : " root " ,
"host" : " localhost " ,
"database" : " employees "
}
pip install -r requirements.txt
main.py
python main.py