donno2048 / getkey

A Python module to get the pressed key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getkey

A Python module to get the pressed key

Installation

From PyPI

pip3 install pygetkey

From GitHub

pip3 install git+https://github.com/donno2048/getkey

Usage

import getkey
getkey.get_key() # Wait for a key to be pressed and return it
getkey.get_last_key() # Don't wait for a key to be pressed and return the last pressed key (mainly for "async" loops)

About

A Python module to get the pressed key

License:MIT License


Languages

Language:C 67.6%Language:Python 32.4%