
Cute Converter
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
***************************************
* Cute Converter - Qt-based Units Converter *
***************************************
This unit conversion program is based on the latest standard of International
System of Units (SI) and NIST Special Publication 811 (1995 Edition) and
provides many more conversions.
Ver. 2.1
Features:
- System of Units (SI) and NIST compliant
- Add/Edit/Delete existing and custom units
- Written in Python and Qt
- OS independent
- Minimalistic and simplistic approach
- Licensed under GPL3
Prerequisites:
- Python-2.6+ (please note Python-3.x is not suitable)
- Qt-4.6+
For Windows users:
- Python: http://www.python.org/download/
- Portable Python: http://www.portablepython.com/wiki/Download
- Qt: http://www.riverbankcomputing.co.uk/software/pyqt/download
(For Portable Python on Windows, PyQt has to be installed in ..PortablePythonApp)
- Make sure PyQt version matches Python version
(e.g. if Python-2.7.* is installed, then install corresponding PyQt-Py2.7-*, otherwise it will not work)
To start Cute Converter, run 'QtConverter.pyw'.
(For Windows users: open 'QtConverter.pyw' with 'pythonw.exe')
anaximandar
10 years ago
This is the link for Mandriva binary .rpm package:
http://files.myopera.com/Anaximandar/Mandriva_2010_1/CuteConverter-2.0-1mdva2010.1.noarch.rpm
Regards
Report