Skip to content

cloew/KaoConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

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

About

A Python command line input processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages