Skip to content

AshishMohanty04/random-password-generator-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

  1. Install Python (>= 3.6).
  2. Install Gradio:
    pip install gradio

How to Run

  1. Save the script as final.py.
  2. Run the script:
    python final.py
  3. Open the provided URL in your browser.

Usage

  1. Set the number of passwords and their length.
  2. Choose character options (uppercase, lowercase, digits, symbols).
  3. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages