Skip to content

italojsoliveira/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.