Skip to content

WALDEX451/pasmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pasmanager

Pasmanager is a simple terminal password manager. You can save passwords by platform and view them later.

Installation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages