Skip to content

mTy8421/generator-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Password Generator

A simple Python script to generate random passwords.

Features

  • Generates random passwords with a default length of 12 characters.
  • Option to include special characters (enabled by default).

Usage

Run the script directly to generate a password:

python generator_password.py

Functionality

The generate_password function can be imported and used in other scripts:

from generator_password import generate_password

# Generate a default password
print(generate_password())

# Generate a password with specific length and no special characters
print(generate_password(length=16, use_special_chars=False))

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages