This project is a simple Python script that generates a secure random password.
The user specifies the desired length of the password.
π Available languages β‘οΈ ESPAΓOL | ENGLISH
- Generates secure random passwords.
- Includes uppercase, lowercase, punctuation and digits.
- User chooses the password length.
- Python 3.x
- No extra packages needed.
Clone the repository and run from the terminal:
python password_generator.py
π Go to the code

- Input validation (only positive integers).
- Use the secrets library for stronger randomness.