Password manager that I coded using Python's tkinter library and customtkinter library An application that users can use by saving their passwords to MSSQL. The user interface was created with customtkinter. For now, passwords are not added to the database in encrypted form. I am open to your contributions on this subject.
The database connection was created with MSSQL. Table and db are not created on login yet.
- MSSQL
- TKinter
- customTKinter
- Storing passwords
- Password generator
- Email check when registering
- Light and dark mode
-
Clone the project
git clone https://github.com/sonatipek/password-manager.git
-
Go to the project directory
cd password-manager
-
Start the app
python main.py
Don't forget to change the information on lines 14-15 in the main.py file according to your own information