Pasmanager is a simple terminal password manager. You can save passwords by platform and view them later.
First, clone this repository:
git clone YOUR-GITHUB-URL
cd YOUR-REPO-NAME
Then install the program:
py -m pip install .
## Usage
After installation, you can open Pasmanager from any terminal:
pasmanager
You will see a menu:
1. create password
2. view passwords
## Password Storage
Passwords are saved locally in:
~/.pasmanager/passwords.json
## Run Without Installing
You can also run the program directly from the project folder:
python -m pasmanager
or:
python main.py
## Note
This is a simple learning project. Passwords are not encrypted.