This user management project is created by using MySQL database and Tkinter library ...
This project is connected with the MySQL database which we were working on it at university, you can do the folowing operations with it
- Add user
- Update user informations
- Delete user
- Show tables of database
first you have to download and install required libraries in requirements.txt, here is the code
pip install -r requirements.txt
then you have to download the database and work on it ...