This website presents the results from the project work "KI-Password-Cracking" simplified on a website. The website was created with Streamlit.
To run Streamlit, a virtual environment must be created in the project folder.
python -m venv .venv
To run the website locally, the following two Python packages are required:
- streamlit
- streamlit-extras
These packages can be installed with pip:
pip install streamlit
pip install streamlit-extras
The website must be started in the folder /streamlit/ with the following command:
streamlit run streamlit/Home.pyFor more information, please visit the Streamlit website: https://docs.streamlit.io/library/get-started/installation
You can also host the website online more information you can find her: https://blog.streamlit.io/host-your-streamlit-app-for-free/