Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
qt-klava-1.3.tar.bz2 | 2012-01-08 | 126.7 kB | |
README | 2012-01-08 | 2.4 kB | |
qt-klava-1.2.1.tar.bz2 | 2011-08-19 | 151.6 kB | |
qt-klava-1.2.tar.bz2 | 2011-07-22 | 150.5 kB | |
qt-klava-1.1.1.tar.bz2 | 2011-03-28 | 148.9 kB | |
Totals: 5 Items | 580.1 kB | 0 |
Author: Alex Borisov Copyright (c) 2010-2012 Alex Borisov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ************************************************************ * Cute Klava - Qt-based Latin-Russian Keyboard Translation * ************************************************************ Ver. 1.3 This version features: - Russian alphabetic/phonetic and windows keyboard translations - Rich text editor - Spell checking* - Save in ODT/HTML/PDF/TXT - Print and Print Preview - Default Latin keyboard - Russian pushbuttons - Written in Python and Qt - OS independent** - Minimalistic and simplistic approach - Licensed under GPL3 * Requires PyEnchant ** Tested in Linux and Windows Prerequisites: - Python-2.7+ (please note Python-3.x is not suitable) - Qt-4.7+ 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 ..\PortablePython\App) - 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) Notes: - Displayed keyboard keys are for indication purpose only. Russian pushbuttons can be clicked. To enable spell checking, install: - PyEnchant (e.g. http://packages.python.org/pyenchant/download.html) (To install PyEnchant for Portable Python in Windows, add Python path to Windows Registry by running 'add_python_to_registry.py' from scripts folder) - Dictionaries (e.g. myspell-ru) To start Cute Klava, run 'QtKlava.pyw'. (For Windows users: open 'QtKlava.pyw' with 'pythonw.exe') Changelog: - Spell checking added