A simple and interactive web app for generating different types of passwords using Streamlit.
- Generate π’ PIN codes
- Generate π Random passwords with optional symbols and numbers
- Generate π§ Memorable passwords with custom separators and capitalization
- Clone this repository:
git clone git@github.com:Reyhanehraisi/Password-Generatore.git
cd Password-Generatorepip install -r requirements.txt
streamlit run app.py