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.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()
Finally, you need to destroy the created instance using the following command.
conv.DelUnit()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file unitcvrt-0.0.9.tar.gz.
File metadata
- Download URL: unitcvrt-0.0.9.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57051a82cc86fea612b87d533d60c17b6436fdff5f469f39d599f38bd809599b
|
|
| MD5 |
3239504706bb695c85c6db3a2187d33a
|
|
| BLAKE2b-256 |
25f894822fe6302542833289d784cba555f4d97e118481225a90b61992a38595
|