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


Changes: A unit finder window was added to allow the unit list to be filtered and searched. The size and position of the main and finder windows are now saved at exit. Also, a new option allows the operator text entry buttons to be hidden. Finally, some install script problems with certain versions of Python were fixed.
A build configuration tool; generates files for Visual Studio, GMake, and more.
- 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.