Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

PassGen

A simple Python password generator that creates strong, varied passwords with optional exclusion of ambiguous characters.

Features

  • Generates secure passwords using Python's secrets module
  • Enforces at least one letter, one digit, and one punctuation character
  • Supports optional exclusion of ambiguous punctuation such as $, ,, ', and "
  • Includes a small command-line interface for easy use

Usage

Run the script interactively:

python new-password.py

Or supply a length on the command line:

python new-password.py -l 12

Optional flag:

python new-password.py -l 12 -p

Requirements

  • Python 3.9+

License

MIT-style — feel free to adapt for your needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages