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: 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.


Changes: The decare unit for land area has been added. The barn unit, used in particle physics, was corrected. The Linux install script has been updated.
- 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.