About The Project

A simple password generator written in python



A small app that takes the users prefered password length + his preferences and the app outputs a according password.

Test it out yourself —> Demo

Getting Started

  1. Clone the repo

    git clone https://github.com/MaximilianFreitag/Password-Generator-Streamlit.git
  2. Pip install streamlit in your terminal

    pip install streamlit
  3. Change directory into the project

    cd Password-Generator-Streamlit
  4. Run the python file with:

    streamlit run pass_gen.py 

Your browser will open up with the project. Now you can change my code in Visual Studio code and it will auto rerun the app as soon as you make adjustments.

License

This project falls under the MIT license.

GitHub

https://github.com/MaximilianFreitag/Password-Generator-Streamlit