Installation and Usage

You can use this program in two ways:

Use deployed app

Go on this page and use the tutorial on to understand what it does

Installation own instance

Fork the repository and save it at a place where you like it.

The package consist of two files:

calculator.py
theapp.py

To create the module type

pip install tourcalc

To run the gui you need to open the app using streamlit

streamlit run tourcalc/theapp.py

To create the documentation use:

./docs/build_docs.sh

Needed software can be found in requirements.txt