Skip to content

ZeroDumb/pass-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

A small, offline CLI that generates cryptographically secure random passwords using Python's secrets module.

Requirements

  • Python 3.6+

Usage

python3 pass-gen.py [options]

Options

Option Description
-l, --length N Password length (default: 20, minimum: 8)
-n, --count N Number of passwords to generate (default: 1)
--no-symbols Use only letters and digits (no symbols)

Examples

python3 pass-gen.py
python3 pass-gen.py -n 3
python3 pass-gen.py -l 24 --no-symbols

Example Output

❯ python3 pass-gen.py
BD5sZh6xmU?ZqDGxxq1z

❯ python3 pass-gen.py -n 3
e-N=JMcK*$$c&oA?M+5l
0-AJiwUGudb!0OTfH19J
nOtnxw5knJwF9dWE?C33

❯ python3 pass-gen.py -l 24 --no-symbols
08sFvW8W8JoghV2Di2Xa1Edn

License

MIT

About

python based password generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages