Metadata-Version: 2.1
Name: easy_getch
Version: 1.0.5
Summary: Easily get a single character
Home-page: https://github.com/cmccandless/easy-getch
Author: Corey McCandless
Author-email: crm1994@gmail.com
License: UNKNOWN
Description: [![Build Status](https://travis-ci.com/cmccandless/easy_getch.svg?branch=master)](https://travis-ci.com/cmccandless/easy_getch)[![PyPI](https://img.shields.io/pypi/v/nine.svg)](https://pypi.org/project/easy_getch/)
        
        # easy-getch
        Easily get a single character.
        
        Inspired by [this article](https://code.activestate.com/recipes/134892).
        
        ## Installation
        ```bash
        pip install easy_getch
        ```
        
        ## Usage
        
        ```Python
        from easy_getch import getch
        
        ch = getch()
        print(ch)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
