Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 447 Bytes

File metadata and controls

11 lines (7 loc) · 447 Bytes

Password-Generator

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