KafetzisThomas / PassManagerCLI

Allows you to securely manage your saved passwords of your online accounts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassManagerCLI

What Is This? - Allows you to securely manage your saved passwords of your online accounts.

How to Download: Click the "Releases" link on the right, then on the latest release, under 'Assets' click to download "Source code (zip)". (You might have to click "Assets" to view the files for the release)

Download Manually: Open the terminal on your machine and type the following command:

git clone https://github.com/KafetzisThomas/PassManagerCLI.git

Use pip to install the required packages:

pip install -r requirements.txt

Usage Notes - READ THIS

  1. To use this script, run the main.py file in your console and that's it!

    Windows: python main.py Mac/Linux: ./main.py

    • For Mac/Linux: Make sure you make it executable with the following command:
      chmod +x main.py
      
  2. I am a total amateur at programming so if something doesn't work I'll try to fix it but might not even know how, so don't expect too much. I OFFER NO WARRANTY OR GUARANTEE FOR THIS SCRIPT. USE AT YOUR OWN RISK. I tested it on my own and implemented some failsafes as best as I could, but there could always be some kind of bug. You should inspect the code yourself.

About

Allows you to securely manage your saved passwords of your online accounts.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%