Skip to content

geordin/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

passgen

Passgen is a tool for generating passwords via commamnd line.

We can generate passwords of any length and can include special characters, numbers as per the needs.

This tool is written in Python and is compatible with Python3 or later.

usage: passgen [-h] [-n] [-s] length

Generate strong password

positional arguments:
  length      Password length

optional arguments:
  -h, --help  show this help message and exit
  -n          To include numbers
  -s          To include special characters

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages