Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 526 Bytes

Password Generator

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

  1. The app may take a while to load on Render because it is hosted under a free plan.