cloew/KaoConsole
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
------------------------------------- | Kao Console Python Package | ------------------------------------- Python package to handle receiving command line character input, specifically in a getch() fashion. getch() will return the ASCII code for a traditional character. getch() will return a number 260 or higher for command line meta characters. Currently, works in Cygwin with standard python. For Linux operation, Python programs must be run in unbuffered mode (-u option) Meta Characters currently processed: - Left Arrow - Right Arrow - Up Arrow - Down Arrow - Delete - Home - End - Page Up - Page Down Constants for non-print characters are available from the kao_console.ascii module