Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.86 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.86 KB

login-dark login-light

SSI Password Manager

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.

❗ Database Connection

The database connection was created with MSSQL. Table and db are not created on login yet.

🔧 Required Library and Tools

  • MSSQL
  • TKinter
  • customTKinter

🧵 Features

  • Storing passwords
  • Password generator
  • Email check when registering
  • Light and dark mode

🎨 In-app images

profile-screen passwords-screen password-generator-screen settings-screen forgot-my-password-screen

💻 Run Locally

  1. Clone the project

    git clone https://github.com/sonatipek/password-manager.git
  2. Go to the project directory

    cd password-manager
  3. Start the app

    python main.py

⚙ Variables

Don't forget to change the information on lines 14-15 in the main.py file according to your own information