ankitjosh78 / PassBot

This is PassBot -a simple ,easy to use yet quite effective Password Manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassBot- A Password Manager

PassBot is a simple,easy to use Password Manager that can be used to store important credentials with encryption.

What does it do?

It stores user's credentials such as (email/password/website name) in a file and encrypts it with help of a master password from the user.

How to use?

  1. After downloading this repo ,go inside the folder and run pip3 install -r requirements.txt

  2. Next open a terminal/command line window , and run "python password_Manager.py".

  3. To get instructions , type 'help'(This will tell you everything you need to know)

Working Video(Only 5 mins long):

(https://youtu.be/crH_SJZGCBI)

(NOTE: You need to have Python 3.1 or above installed on your computer.)

Example video showing how to add a password for the first time:

first_password.mp4

Example video showing how to view stored credentials:

passowords_view.mp4

Example video showing how to add new passwords to the credentials file:

new_password_entry.mp4

About

This is PassBot -a simple ,easy to use yet quite effective Password Manager.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%