invisiblemonsters/password-generator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Random Password Generator This is a simple Python script that generates a random password. ## Usage Run the script with Python: ```bash python main.py ``` It will generate a 12-character random password including letters, digits, and punctuation.