- megaPass is an easy to use and safe password manager that offers to solve your day to day hassle to remember passwords for different websites by storing your password in a secure SQL database. In addition, it also encrypts your password.
- Python
- MySQL
- Fork this repo, and cd into it.
git clone https://github.com/mayank47/megaPass.git
cd megaPass/
- Install requisite python packages and modules.
pip install -r requirements.txt
- Log into MySQL Command Line Client and SOURCE accounts.sql file.
SOURCE .\megaPass\accounts.sql
- Run the project and Provide Password as "password"
python password_manager.py
Please Provide Password: password