M
measurement unit converter
Projects with this topic
-
This is a unit converter created with the Python Flask library. It has a very large amount of units available, unlike most online unit converters. CSS styles the HTML for the pages. Bootstrap is used. Simple concepts like unit conversion and that type of algorithm is learned through this project. More info in README.
Updated -
Convert units from one to another. In order not to run in overflow errors it uses graph algorithms for minimal calculations without unnecessary intermediate steps. Easy to extend with more units. You can also use the unit classes in any needed way.
Updated