A Streamlit app for playing with Caesar ciphers.
Deployed at https://caesar.streamlit.app, with a big TY to Streamlit Community Cloud!
Perform one-time setup with pipenv for development.
- Install pipenv.
pipenv shell
to activate virtual environment.pipenv install
to install dependencies from Pipfile to virtual environment.streamlit run app.py
NOTE: See workaround for GitHub Codespaces in configuration at .streamlit/config.toml
.
- "Streamlit: The fastest way to build and share data apps". Streamlit. https://streamlit.io/.
- "Community Cloud: Deploy, manage, and share your apps with the world, directly from Streamlit -- all for free". Streamlit. https://streamlit.io/cloud.