Skip to content

sonatipek/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages