Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kafetzisthomas/passmanagercli

Allows you to securely manage your saved passwords of your online accounts.
https://github.com/kafetzisthomas/passmanagercli

cli password-manager python

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

PassManagerCLI

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

__How to Download:__ Click the "[Releases](https://github.com/KafetzisThomas/PassManagerCLI/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](https://pip.pypa.io/en/stable) 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.