bdipesh3045 / Password-Manager

It is a password manager build using python and sqlalchemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Manager

A password manager made using python which uses sqlite database to store all your password and has various features like appending, deleting and querying records. Its a very easy to use password manager tool.

Authors

Installation

To install the project you have to just install requierements.txt

pip install -r requirements.txt

Usage/Examples

In your terminal change the path to where the file is present and run command > python3 main.py

Run Locally

Clone the project

  git clone https://github.com/bdipesh3045/Password-Manager.git

Go to the project directory

  cd my-project

Install dependencies

  pip install -r requirements.txt

Run the program

  python3 main.py

Screenshots

Homescreen

Thankyou screen

Support

For support, email bdipesh100@gmail.com.

License

MIT

About

It is a password manager build using python and sqlalchemy.


Languages

Language:Python 100.0%