Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaron1011/pythonunitconverter

A Python project to convert units of measurement
https://github.com/aaron1011/pythonunitconverter

Last synced: 12 days ago
JSON representation

A Python project to convert units of measurement

Awesome Lists containing this project

README

        

The goal of this project is to create an easy-to-use unit converter program written in Python. Currently, only conversions of English and Metric lengths are available. I am working on adding the capability to convert between English and Metric units.

The file units.py is an API which allows you to integrate unit conversion functionality into your own application.

To run the program, simply execute the file 'start.py' with Python and follow the prompts to convert units of measurement.