A simple password generator web app created with Streamlit and deployed on Render1.
Website: https://password-generator-1tkv.onrender.com
To run the app locally, install the required Python libraries and run password_generator.py
via the Streamlit command:
pip install -r requirements.txt
streamlit run password_generator.py
Footnotes
-
The app may take a while to load on Render because it is hosted under a free plan. ↩