Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

unit

unit is a small util, written in Python, which allows to convert units to one another

Syntax

  • help prints this page
  • <unit_name> prints information about the unit, in the form name (dimensioning) SI_value
  • list lists all default units
  • varlist lists all default units' variable names
  • <unit_name> -> <unit_name> converts first unit to second
  • <unit_name> to <unit_name> same as above
  • <amount> <unit_name> -> <unit_name> converts given quantity of the first unit to the second unit
  • <amount> <unit_name> to <unit_name> same as above

About

Utility to convert units.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages