Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaron1011/pythonunitconverter
- Owner: Aaron1011
- Created: 2012-03-21T11:24:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T23:41:13.000Z (about 7 years ago)
- Last Synced: 2024-10-09T07:11:24.213Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 268 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
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.