Skip to content

Beckerr11/gerador-senhas-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator Python

Secure password generator built with Python and the secrets module.

Highlights

  • Generates strong passwords from the terminal
  • Supports multiple passwords in one command
  • Optional symbol-free mode
  • Keeps minimum security rules by mixing uppercase, lowercase, and numbers

Stack

  • Python
  • secrets
  • string

Run locally

python main.py

Generate a longer password:

python main.py --length 24

Generate three passwords without symbols:

python main.py --count 3 --no-symbols

Author

Douglas Aparecido Silva

About

Secure Python password generator with CLI options for length, count, and symbol control.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages