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.

Simple usage

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

from UnitCvrt import UnitConv as uc
conv=uc.Convert()
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.

conv.SetUnit('Length')
conv.Eval('m','in',1)

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

conv.Table()

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

conv.SetUnit('Density')
conv.Eval('N/m^3','kgf/mm^3',1)

Alternative method

from UnitCvrt import UnitConv as uc
length=uc.Length()
# Conversion Table
print(length.ShowDict())
print(length.Conv('m','in',1))
density=uc.Density()
# Conversion Table
print(density.ShowDict())
print(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.7.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unitcvrt-0.1.7-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: unitcvrt-0.1.7.tar.gz
  • Upload date:
  • Size: 5.5 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.7.tar.gz
Algorithm Hash digest
SHA256 b4d929f141b01ca47662058b05de0fbcb3c86a6a390b50f588a2e0b061f27fb7
MD5 eb4bc34f6dafda758eb82275966c933f
BLAKE2b-256 ff1f092f05cef670263487754edeedeb3a2b53dccb432970d5464dda0c1882bc

See more details on using hashes here.

File details

Details for the file unitcvrt-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: unitcvrt-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.9

File hashes

Hashes for unitcvrt-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 5158c22b852c30d252fa8376cace0194122894849b3797a1c2c977de71439dd4
MD5 f7fd35e521f1dd0fc13e10d2ff65d099
BLAKE2b-256 94c3d16c6c3a824a225af0c6ac3166f5ddb91d425f4e944a3e173dd5c743eb6a

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