https://github.com/wixok/simplepasswordgenerator
A simple Python CLI tool for generating secure, customizable passwords.
https://github.com/wixok/simplepasswordgenerator
password-generator password-generator-python
Last synced: 18 days ago
JSON representation
A simple Python CLI tool for generating secure, customizable passwords.
- Host: GitHub
- URL: https://github.com/wixok/simplepasswordgenerator
- Owner: wixok
- Created: 2025-11-22T15:04:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-11-22T15:12:18.000Z (4 months ago)
- Last Synced: 2025-11-22T17:15:05.560Z (4 months ago)
- Topics: password-generator, password-generator-python
- Language: Python
- Homepage:
- Size: 8.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Password Generator
This is a simple Python command-line interface (CLI) application designed for generating secure and customizable passwords. Users can specify the desired password length and choose which character types to include (uppercase letters, lowercase letters, digits, and symbols).
