The official ZeroRinse ™️ Saving Session calculator.
git clone https://github.com/barnybug/savingsessions.git
cd savingssessions
python -m venv .venv
source .venv/bin/activate (bash shell)
source .venv/bin/activate.fish (fish shell)
.\.venv\Scripts\activate.bat (Windows)
pip install -r requirements.txt
streamlit run streamlit_app.py