-The rudimentary "GUI" can be directly transferred to e.g. the format used by
-SnowPit Technologies' "Avalanche Field Notebook" or your own personal format
-(e.g. RitR No. 471).
+You can also use Munter.py programmatically from Python, like so:
+
+`import munter`
+`est = munter.time_calc(distance=3.2, elevation=2300, fitness='slow')`
+
+This will store a value like "3.64914" in the `est` variable.
+
+Workflow
+--------
+
+My workflow involves planning my tour using tools like ArcGIS or
+CalTopo. Then, I take the stats between each leg (distance, vertical
+gain/loss) of the tour and run them through Munter.py and record its
+output to my field notebook.
+
+The text-based "pretty" format can be directly transferred to e.g. the
+format used by SnowPit Technologies' "Avalanche Field Notebook" or your
+own personal format (e.g. RitR No. 471).