Password manager using Python
This is a simple python script to personally manage your passwords. Script allows you to save/edit/delete/view, passwords in a most efficient and simple way.
Before you run the script please make sure you install the modules listed in "requirements"
pip install -r requirements.txt