Password Generator with Gradio Interface
Overview A Python-based password generator with a user-friendly Gradio web interface. Customize the number of passwords, length, and character types (uppercase, lowercase, digits, symbols).
Features
- Generate multiple passwords.
- Customize password length and character types.
- Simple web interface using Gradio.
Prerequisites
- Install Python (>= 3.6).
- Install Gradio:
pip install gradio
How to Run
- Save the script as
final.py
. - Run the script:
python final.py
- Open the provided URL in your browser.
Usage
- Set the number of passwords and their length.
- Choose character options (uppercase, lowercase, digits, symbols).
- Click "Submit" to generate passwords.
Example Output
G7&xB!rK2@Lm
pQ5$F2wV8*Xn
9a#YvR3z!TmP
Troubleshooting
- Install Gradio if missing:
pip install gradio
- Ensure Python is added to PATH.
Enjoy generating secure passwords!
Enjoy generating secure passwords!