A comprehensive temperature conversion library.
Project description
TempConversion Conversion between different temperature units To convert, just call the appropriate function. Each conversion has it's own function. All temperature scales have been denoted by an abbreviation. Celsius - C, Fahrenheit - F, Kelvin - K, Rankine - R, Newton - N, Delisle - D, Romer - Ro, Reaumur - Rea
So accordingly, the function to convert from Celsius to Fahrenheit is : C_to_F(), the function function to convert from Rankine to Romer is: R_to_Ro() and so on.
Syntax:
import py_tempconv
Example of converting 100 degrees Celsius to Fahrenheit
temp_in_f = py_tempconv.C_to_F(100) print(temp_in_f)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_tempconv-0.1.0.tar.gz.
File metadata
- Download URL: py_tempconv-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a3b32aa931fa10060ea11545ee5c90a9af39ad135e37c6e8282681763d3cf48
|
|
| MD5 |
46e755be2b3211d1f23ba87651b487ab
|
|
| BLAKE2b-256 |
4705d889bfd689e2604e276cbb12d59083e48632325be8f98122ecd1ef3a7bda
|
File details
Details for the file py_tempconv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: py_tempconv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbe65356f3a0dccbf43feecdc06173121f455d1233c555370069d076ac85d0f6
|
|
| MD5 |
2630ab09a53c2af8e22a80b85fa917ff
|
|
| BLAKE2b-256 |
805707c691ba356f222aeb8cff3e84e7025f130ef4387f0ec63975e319f10290
|