Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonatipek/password-manager
Password manager that I coded using Python's tkinter library, customtkinter library and MSSQL
https://github.com/sonatipek/password-manager
customtkinter customtkinterprojects mssql password-generator password-manager password-manager-ui passwordmanager python python-password-manager
Last synced: about 1 month ago
JSON representation
Password manager that I coded using Python's tkinter library, customtkinter library and MSSQL
- Host: GitHub
- URL: https://github.com/sonatipek/password-manager
- Owner: sonatipek
- License: mit
- Created: 2023-01-12T01:51:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:17:08.000Z (9 months ago)
- Last Synced: 2024-04-23T19:09:18.662Z (9 months ago)
- Topics: customtkinter, customtkinterprojects, mssql, password-generator, password-manager, password-manager-ui, passwordmanager, python, python-password-manager
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![login-dark](https://github.com/sonatipek/password-manager/assets/80075444/e315a8a9-db81-4a55-b25f-caff896eaea5)
![login-light](https://github.com/sonatipek/password-manager/assets/80075444/14de0203-6471-4403-ac2b-73a53fb21946)# 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](https://github.com/sonatipek/password-manager/assets/80075444/fab44385-719a-4826-bca7-75a6f9c9c32c)
![passwords-screen](https://github.com/sonatipek/password-manager/assets/80075444/08f1d822-b62f-497c-9330-f64503ff4519)
![password-generator-screen](https://github.com/sonatipek/password-manager/assets/80075444/a42f79bf-d895-4144-b286-220f23bd9a6f)
![settings-screen](https://github.com/sonatipek/password-manager/assets/80075444/f282ab02-c51d-4928-beb5-2893401b46f1)
![forgot-my-password-screen](https://github.com/sonatipek/password-manager/assets/80075444/6d76b1d7-b908-4805-8748-a77a794d4dc3)## ๐ป Run Locally
1. Clone the project
```bash
git clone https://github.com/sonatipek/password-manager.git
```2. Go to the project directory
```bash
cd password-manager
```
```
3. Start the app
```bash
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**