Simple password generator made in python using the random, string and tempfile libraries, utilizing the Streamlit framework.
To run this file, open command prompt and install the streamlit framework using the following command:
pip install Streamlit
Next type cd and change the directory to the location of your downloaded password generator file. Finally, type the following command:
Streamlit run Password-Generator.py