Metadata-Version: 2.1
Name: mitype
Version: 0.1.9
Summary: A command line tool to improve typing speed
Home-page: https://github.com/mithil467/mitype
Author: MITHIL POOJARY
Author-email: mithil467@gmail.com
License: GPL
Download-URL: https://github.com/mithil467/mitype/archive/v0.1.9.tar.gz
Description: <h1 align="center"> ⌨ Mitype ⌨ </h1>
        <p align="center">
            Typing Speed Test in your Terminal 
            <br />
          <br />
            <a href="https://repl.it/github/Mithil467/mitype"><img src="https://repl.it/badge/github/Mithil467/mitype"></a>
        <a href="https://codeclimate.com/github/Mithil467/mitype/maintainability"><img src="https://api.codeclimate.com/v1/badges/4d0397d4c7dd3b81a205/maintainability"></a>
        <a href="https://pypi.org/project/mitype/"><img src="https://img.shields.io/pypi/v/mitype.svg"></a>
        <a href="LICENSE.txt"><img src="https://img.shields.io/pypi/l/mitype.svg"></a>
        <a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
        <br />
        <img src="img/demo.gif" alt=>
        </p>
        
        ### What is it?
        
        **Mitype** is a Python package to test (and hence improve) your typing speed right from the ease of your terminal.
        Features
        
        🖥️ For Linux, Windows, and macOS  
        
        🎦 See your replay!
        
        🐍 Runs on python 3 and 2 both  
        
        😊 No external dependencies*  
        
        📝 Choose custom text from a file  
        
        🤸 And difficulty level
        
        😉 Or let the app decide! (From over 6000️ text sets)  
        
        🌈 Colored texts
        
        * For windows, you need windows-curses to run  
        
        ### Where to get it?
        
        The source code is hosted on GitHub at [mithil467/mitype](https://github.com/Mithil467/mitype)
        
        ```pip install mitype```
        
        That's all if you are on Linux and macOS. If you are on windows, you also need windows-curses, which can be installed from pypi:
        
        ```pip install windows-curses```
        
        ### How to run it?
        
        Once installed, you can run it simply by
        ```mitype```
        OR
        ```python -m mitype```
        
        You can choose difficulty between 1 and 5.
        
        ```mitype -d <value>```
        
        Example:
        
        ```mitype -d 2```
        
        You can use text from your file by
        
        ```mitype -f SampleTextFile```
        
        You can quit the app anytime by pressing the *ESC* key or *CTRL-C*.
        Note: If you are in replay mode, currently only *CTRL-C* is supported for exiting.
        
        To directly run from clone without installing:
        
        ```python -m mitype```
        
        You can also directly <a href="https://mitype.mithil467.repl.run/"><img src="https://repl.it/badge/github/Mithil467/mitype"></a> in your web browser.
        
        ### Dependencies
        
        For windows only - [windows-curses](https://pypi.org/project/windows-curses/).
        
        ### Installation from sources
        
        To install mitype from the source -
        
        In the mitype directory (the same one where you found this file after cloning the git repo), execute:
        
        ```python setup.py install```
        
        ### License
        
        [GPL](LICENSE.txt)
        
        Test text is taken from data.db database which is a collection of 6000 strings taken from typeracerdata.com (not given under my license).
        
Keywords: MITYPE,TERMINAL,WPM,SPEED,TYPE
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Build Tools
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
