https://github.com/vinioccode/passwordgen
A password generator
https://github.com/vinioccode/passwordgen
Last synced: 9 months ago
JSON representation
A password generator
- Host: GitHub
- URL: https://github.com/vinioccode/passwordgen
- Owner: ViniOcCode
- License: mit
- Created: 2025-09-13T18:52:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T18:58:56.000Z (10 months ago)
- Last Synced: 2025-09-13T20:41:55.643Z (10 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasswordGen
A password generator written in Python. Easily create secure passwords with customizable options for length.
## Features
- Generate random passwords
- Customize password length
- Simple, command-line interface
## Installation
Clone the repository:
```bash
git clone https://github.com/ViniOcCode/passwordgen.git
cd passwordgen
```
## Usage
Run the generator from the command line:
```bash
python passwordgen.py
```
You may be prompted to enter desired password length and options.
## Example Output
```
Generated Password: X7$kP2!vZrTq
```
## Requirements
- Python 3.x
No external dependencies required.
## Contributing
Contributions and suggestions are welcome! Feel free to submit issues or pull requests.
## License
This project is licensed under the MIT License