No description
| main.py | ||
| README.md | ||
Random Password Generator
Welcome to my Random Password Generator!
This is a simple Python app I created to quickly generate strong and secure passwords.
Features
- Generate random passwords with a mix of letters, numbers, and special characters.
- Choose your desired password length (default is 16 characters).
- Easy-to-use interface with prompts to guide you.
How to Use
- Run the script using Python:
python main.py - Enter the desired password length when prompted (or press Enter to use the default).
- Copy and use your new password wherever you need.
- Generate additional passwords or exit when you're done.
Why I Built This
I built this app to make it easier to generate strong passwords on the fly, especially for online accounts or projects that need secure credentials.
Notes
- Make sure to keep your passwords secure and never share them with others.
- If you find this useful, feel free to customize it or suggest improvements!
License
This project is open-source, so feel free to use or modify it however you like.