Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityisbetter/password-manager
Password manager made using Python and Mysql database for the storage of the passwords
https://github.com/cityisbetter/password-manager
mysql password-manager python
Last synced: about 17 hours ago
JSON representation
Password manager made using Python and Mysql database for the storage of the passwords
- Host: GitHub
- URL: https://github.com/cityisbetter/password-manager
- Owner: CityIsBetter
- Created: 2023-11-13T12:14:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-14T04:49:16.000Z (12 months ago)
- Last Synced: 2023-11-14T13:32:07.078Z (12 months ago)
- Topics: mysql, password-manager, python
- Language: Python
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Password-manager
Password manager made using Python and Mysql database for the storage of the passwords## Screenshots
![password-manager](ss2.png)
![password-manager](ss3.png)
![password-manager](ss1.png)## How to run:
You can try this code by yourself by following the steps:
- clone this repo or download it as zip file
- you are gonna need 2 thing, python and mySQL
- install mysql connector and tkinter for python:
```
pip install mysql-connector-python
```
```
pip install tkinter
```
- change the password and database name(if you use any other names that is) in lines 15, 33, 63, 80, 129 and 150
- note: this code will create the table for you if it does not exist, so you need just to create the database(schema)## Contributing:
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.