A password generator written in Python. Easily create secure passwords with customizable options for length.
- Generate random passwords
- Customize password length
- Simple, command-line interface
Clone the repository:
git clone https://github.com/ViniOcCode/passwordgen.git
cd passwordgenRun the generator from the command line:
python passwordgen.pyYou may be prompted to enter desired password length and options.
Generated Password: X7$kP2!vZrTq
- Python 3.x
No external dependencies required.
Contributions and suggestions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License