Skip to content

CLI application to convert temperature between celsius, fahrenhein and kelvin

License

Notifications You must be signed in to change notification settings

IQ8QI/TempConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempConvert

CLI application to convert temperature between various units

Syntax

TempConvert --[input unit] --[output unit] [temperature] {--precision [decimal digits]}

Example usage

TempConvert -c -f 18 -p 4
TempConvert --celsius --kelvin 32 --precision 3
TempConvert ?

Description

Converts temperature between commonly used units. Currently are supported operations between celsius, kelvin and fahrenheit. You can also specify precision of the operation, default is 2 digits.

About

CLI application to convert temperature between celsius, fahrenhein and kelvin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages