/Password-Generator-Using-Python

This repository contains a password generator app built with Python and Streamlit. The app allows users to generate a random password based on their preferences for length, including uppercase letters, numbers, and symbols.

Primary LanguagePython

Password Generator

This repository contains a password generator app built using Streamlit and Python. The app allows users to select the length of the password and whether to include uppercase letters, numbers, and symbols.

How to use

To use the password generator app, simply follow these steps:

  1. Go to https://deepankarvarma-password-generator-using-python-app-mk3zoc.streamlit.app/
  2. Use the slider to select the length of the password you want to generate
  3. Select whether to include uppercase letters, numbers, and symbols
  4. Click the "Generate" button to generate your password

Technical details

The password generator is built using Python and the Streamlit library, which provides a simple way to create interactive web applications with Python. The password generator function generates a random password based on the user's preferences for length and character types. The app includes a background image to make it more visually appealing. The background image is fetched from Reddit using the image URL.

Try it out

To try out the password generator, go to https://deepankarvarma-password-generator-using-python-app-mk3zoc.streamlit.app/ and generate your own random password!