/Dist_Time_Calc

How long will it take someone to travel a given distance on foot or on horseback? Made for my Dungeons & Dragons campaign

Primary LanguagePython

Travel distance time calculator

A simple script that calculates how long, in hours or minutes, it takes to travel a given distance, on foot or on horse. Written in Python using the NumPy module.

Instructions

NumPy must be installed to run this program.

Compatible with Python 3.

Distance can be either in metric or imperial units. Calculations are done on the imperial so if the user inputs metric units they are converted in to imperial before calculations.