ConvertAll is a unit conversion program in which units can be combined with multiplication and division operators and can be squared, cubed, etc. The interface is graphical, allowing the units to be selected from lists and the conversions to be made in both directions. Non-linear units (such as temperatures and gauge sizes) are supported. The unit data file can be easily modified to add additional units. ConvertAll is based on the PyQt library.
| Tags | Scientific/Engineering |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Python |
Recent releases


Changes: The precedences of multiplication and division operators are now equal. Parenthesis can be used to group units in the denominator. A recent unit menu has been added. French and German translations are now available. Several new units have been added. A bug stopping commandline use without X11 present has been fixed.


Changes: A critical bug that caused ConvertAll to not run with the latest version of PyQt was fixed. Preparations were made for language translation and several new units were added.


Changes: The "liter per 100 km" unit for fuel consumption was added. The "mach" unit was changed from 331.46 m/s to 340.29 m/s, to be correct for STP conditions. A bug that could hide messages about errors in a manually edited unit data file was fixed.


Changes: An optional command line mode was added to do conversions without the graphical interface. Also, several new units were added, including IEC standard kilobyte and megabyte, troy pounds and ounces, gigapascal, hectopascal, megabar, hogshead, Thai rai and ngaan, and Swedish mils.


Changes: The program was ported to the Qt 4 library. This involved a significant rewrite of the code. Also, new units were added, including Imperial liquid units (gallons, quarts, pints, and fluid ounces), gigagrams, teragrams, and pound-moles.
- All comments
Recent commentsExcellent unit conversion utility
does just what it says on the packaging.
Nice scalable GUI with 100s of units listed and a
search-as-you-type index.