Skip to content

Drownie/Python-pass-Encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPass Application

This is an application to store website address, username, and password.

How To Install

  1. pip install -r requirement.txt
  2. python -m --help -> to know

How To Build and Install

  1. pip install -r requirement.txt
  2. python setup.py bdist_wheel sdist
  3. pip install .

How To Use

Get All Command

python -m pypass --help

Initialise Database

python -m pypass init

Add New Data

python -m pypass add <username> -p <password> -w <website_url>

Get Stored Data

python -m pypass get

Delete Data

python -m pypass delete <id>

Update Data

python -m pypass update <id> -u <username> -p <password> -w <website>

FAQ

  1. How to know the requirement of the command?
    • just use --help parameter after the command name, example:
    python -m pypass <command> --help

Future Improvement

  • Export and Import.
  • Finish Unittesting.
  • Making the stored password can be toggled between encrypted and unencrypted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages