Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kafetzisthomas/passmanagercli
- Owner: KafetzisThomas
- License: gpl-3.0
- Created: 2022-08-20T16:46:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T16:26:51.000Z (7 months ago)
- Last Synced: 2024-06-14T17:58:31.601Z (7 months ago)
- Topics: cli, password-manager, python
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.