Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.