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.
To use the password generator app, simply follow these steps:
- Go to https://deepankarvarma-password-generator-using-python-app-mk3zoc.streamlit.app/
- Use the slider to select the length of the password you want to generate
- Select whether to include uppercase letters, numbers, and symbols
- Click the "Generate" button to generate your password
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.
To try out the password generator, go to https://deepankarvarma-password-generator-using-python-app-mk3zoc.streamlit.app/ and generate your own random password!