You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Using the unit-converter PyPi module I would like to be able to work on a unit converter. This converter would run with the command !convert. This command would allow for unit conversion such as celsius to Fahrenheit and also conversion between metric and US customary units.
Command:
!convert<value> <units> to <units>
Examples:
!Convert 2.78 daN*mm^2 to mN*µm^2
!Convert 10 min to h
!Convert 10 ℃ to ℉
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Using the unit-converter PyPi module I would like to be able to work on a unit converter. This converter would run with the command
!convert
. This command would allow for unit conversion such as celsius to Fahrenheit and also conversion between metric and US customary units.Command:
!convert
<value> <units>
to<units>
Examples:
!Convert 2.78 daN*mm^2 to mN*µm^2
!Convert 10 min to h
!Convert 10 ℃ to ℉
The text was updated successfully, but these errors were encountered: