This is a simulator of Enigma Machine used in World War-II by the Nazi Germany. Enigma was a encryption device used by the Airforce and Navy during the war to communicate. You can find more info about it here in wiki.
The app was built with pure python using streamlit as the framework. Visit the app
git clone <repository_name>
cd <project_directory>
pip install -r requirements.txt
4. Run the server with the following command and it will automatically take your browser to local host to run the app.
streamlit run app.py