Metadata-Version: 1.0
Name: typetrainer
Version: 0.4
Summary: Typing tutor trainer
Home-page: http://github.com/baverman/typetrainer
Author: Anton Bobrov
Author-email: bobrov@vl.ru
License: UNKNOWN
Description: Type Trainer
        ============
        
        .. image:: http://cloud.github.com/downloads/baverman/typetrainer/trainer.png
        
        This small utility allows you to grow your typing skills in soft and
        non-annoying manner. It tries to behave closely to proprietary VerseQ
        application -- adaptive typing tutor which dynamically changes exercises to help
        trainee to learn hard places thoroughly.
        
        
        Install
        =======
        
        The most easy way via pypi::
        
           pip install typetrainer
        
        or::
        
           easy_install typetrainer
        
        Or you can install from sources::
        
           python setup.py build
           sudo python setup.py install
        
        Or run directly from sources without any install::
        
           ./run.py
        
        Also you need pygtk to be installed.
        
        
        Usage
        =====
        
        Simply run::
        
           typetrainer
        
        After start you can click right mouse button at keyboard to activate popup menu.
        It contains:
        
        * Tutor generator selector.
        * Keyboard selector.
        * Recent files list.
        * Open file dialog item.
        
        Tutor generator needs utf-8 encoded file to make exercises for you. You should
        provide it via command line or activating ``Open`` dialog.
        
        Personally I prefer to run type trainer with fortunes.
        
        TODO
        ====
        
        * Python tutor.
        * Statistic plots.
        * Advanced Russian tutor.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Topic :: Education
