Metadata-Version: 2.1
Name: typePrint
Version: 0.0.1.4
Summary: Print like someone is typing
Home-page: https://github.com/a-tharva/type
Author: Atharva Bhandvalkar
Author-email: <atharv.bhandvalkar@gmail.com>
License: MIT
Description: # typePrint
        
        ## Description
        
        Still in development.
        
        This module will print like someone is typing.
        
        ## Installation
        
        ```bash
        > pip install typePrint
        ```
        
        ## Use within another Python script
        
        ```python
        >>> import typePrint as tp
        
        >>> tp.typeHuman('Some text here')
        Some text here
        ```
        
        Change Log
        ==========
        
        0.0.1 (16/11/2021)
        -------------------
        - First Release
        
        0.0.1.2 (17/11/2021)
        ---------------------
        - Added readme
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
