Skip to main content

Metaunit is python package for unit conversion.

Project description

Metaunit is Python package for unit conversion.

Install

For installation

pip install Metaunit

How to use

from metaunit import *

cm_to_mm = centimeters_to_millimeters(1) print(cm_to_mm)

kg_to_g = kilograms_to_grams(20) print(kg_to_g)

l_to_ml = liters_to_milliliters(5) print(l_to_ml)

Available metric conversions

centimeters to millimeters decimeters to entimeters meters to centimeters meters to decimeters kilometers to meters square centimeters to square millimeters square meters to square centimeters hectares to square meters square Meters to hectares square Kilometers to square Meters cubic centimeters to cubic millimeters cubic decimeters to cubic centimeters cubic meters to cubic centimeters cubic meters to cubic decimeters grams to milligrams decagrams to grams kilograms to grams tonnes to kilograms gigagrams to megagrams centiliters to milliliters deciliters to centiliters liters to milliliters liters to deciliters kiloliters to liters bytes to bit kilobyte to byte megabyte to kilobytes gigabyte to megabytes terabytes to gigabyte petabytes to terabyte exabyte to petabytes zettabyte to exabytes yottabyte to zettabytes

Change Log

0.0.4 (10/04/2021)

  • Fourth Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metaunit-0.0.4.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page