Skip to main content

Unit Conversion System

Project description

UnitCvrt

Unit Conversion System

Author

Shinsuke Sakai Yokohama National University

Installation

You can install the package via pip:

pip install UnitCvrt

License

This project is licensed under the MIT License - see the LICENSE file for details.

Usage

First, create an instance and check the registered unit names.

from UnitCvrt import UnitConv as uc
conv=uc.Conv()
conv.Registered()

Select a unit name from the list of registered units, then convert it using the following steps. The example below demonstrates how to convert 1 meter to inch for the case of length.

length=conv.SetUnit('Length')
length.Conv('m','in',1)

You can output the unit conversion table using the following command. You can check the unit names from this output.

length.ShowDict()

Similarly, the unit conversion of density can be carried out according to the following steps.

density=tt.SetUnit('Density')
density.Conv('N/m^3','kgf/mm^3',1)

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

unitcvrt-0.1.3.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file unitcvrt-0.1.3.tar.gz.

File metadata

  • Download URL: unitcvrt-0.1.3.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for unitcvrt-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c241173532540ceaab66538bf8cdaeb019c9c973902ceba6c9f1fbe7f667fb0a
MD5 cddc21a27021988c709fe9a461873c6b
BLAKE2b-256 e6ed68dc462df9ab7eb85d3ec04d5755bc94e3d0d535cbb99afa30d6cf013120

See more details on using hashes here.

Supported by

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