Metadata-Version: 1.1
Name: flyfingers
Version: 0.1
Summary: Learn to type 10 fingers
Home-page: UNKNOWN
Author: Thanh Nguyen Tuong
Author-email: ngtthanh1010@gmail.com
License: MIT
Description: flyfingers
        ==========
        
        Learn to type 10 fingers. Make your speed is fastter.
        
        .. image:: https://github.com/swdream/flyfingers/blob/master/misc/moon.jpg
        
        It will print out a patterm string and you will type that string in a short
        time (3 seconds).
        
        
        Initially, the number of characters will be set in your run command line and if
        you pass a fixed number of times (by defalt, it is 30 times), you will move
        to the next level with the number of characters will increase 1.
        
        Installation
        ------------
        
        By using pip::
        
            pip install flyfingers
        
        
        By github repo:
        
        Clone this repo and run below command line::
        
            python setup install
        
        Example::
        
            flyfinger run 4 # 4 is the number of initial characters.
        
        
        Author
        ======
        
        Thanh Nguyen
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
