Skip to main content

Genpass - Command Line Password Manager Tool

Project description

Genpass - Command Line Password Manager Tool

How to run project?

  • Create a virtual environment on your local machine

$ python3 -m venv new_env
  • Activate virtual environment

$ source new_env/bin/activate
  • Make a local directory

  • Clone project in your directory

$ git clone https://github.com/paint-it/genpass.git
  • Install setup.py

$ python3 setup.py install
  • Use command pygenpass

Command line options

$ pygenpass

Options:

  --help  Show this message and exit.

Commands:

  createpass  Enter required data

  savepass    Provide your password

  showpass    Printing data

Examples

  • This command will ask for portal name and will create random password

$ pygenpass createpass

Enter portal name [None]:
  • This command will ask for portal name and existing password

$ pygenpass savepass

Enter portal name [None]:

Enter your password [None]:
  • This command will show password of particular portal

$ pygenpass showpass

Enter portal name [None]:

Dependencies

Features

Dependancy

Scripting Language

Python 3.0+

Command-Line Option and argument parsing

click

Database Used

SQLite3

Password generator

diceware

How to contribute to this project?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygenpass-0.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

pygenpass-0.1-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page