Lightweight POSIX terminal I/O library
Project description
ltermio - Lightweight POSIX terminal I/O library
The package contains four modules: cursor, termkey, color256 and unicon. Tested only on MacOS terminal and iTerm2, so the platform compatibility has not been well verfied yet. All functions are based on CSI sequences and termios, no additional requirements other than the standard library.
cursor
Wrapper functions of CSI(Control Sequence Introducer) sequences about cursor and screen. And additionally provides a several of functions for text composing.
termkey
Just two functions getch() and getkey() for reading keyboard in non-canonical mode. getch() reads raw key characters byte by byte, getkey() calls getch() and transforms the CSI sequences of function keys into key codes that defined in an enumerate class Key.
color256
Sets 256-color display attributes of the character terminal.
unicon
Collection of some common icons in unicode character set.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ltermio-0.1.4.tar.gz
.
File metadata
- Download URL: ltermio-0.1.4.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b810389b606ab3bbb63b090fbcd1127fc902710c7322bbd40b04cd9f2b48df18 |
|
MD5 | d7cadcbae4252889c581108a3cfdec3c |
|
BLAKE2b-256 | e6273ff7765efc951ae1345db944a65663001a87c2ce33d0a56a0f8e1b39b2ff |