Skip to content

A simple password generator inspired by bradtraversy.

Notifications You must be signed in to change notification settings

bkyuchuk/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Password Generator

Python command line app to generate random passwords. It's a very small and simple app inspired by bradtraversy's passgen project.

Usage

Install dependencies:

pipenv install

Run file:

python passgen.py [options]

Run tests:

python -m unittest test_utils.py

Options

Short Long Description
-l --length length of password (default: 8)
-s --save save password to passwords.txt
-nn --no-numbers remove numbers
-ns --no-symbols remove symbols
-h --help display help for command
-V --version show the version

About

A simple password generator inspired by bradtraversy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages