A lightweight POSIX terminal I/O library
Project description
ltermio - A 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 or termios, no additional requirements other than the standard library.
Installation
Uses pip to install the package:
pip3 install ltermio
cursor
Wrapper functions of CSI(Control Sequence Introducer) sequences about cursor and screen. And additionally provides a several of functions for text composing.
termkey
There are 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.
History & Why
When I was learning Python a few months ago, I decided to write a terminal Tetris game as a practice of the language learning. Due to the learning reason, I did not want to use any third-party packages. So when I finally finished the game, there naturally formed this by-product, I named it ltermio.
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
Built Distribution
File details
Details for the file ltermio-0.2.6.tar.gz
.
File metadata
- Download URL: ltermio-0.2.6.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 385ab750b4990dc1edb001c76ba9c2156091a6c20db543ba4ff59420b8f7ddf0 |
|
MD5 | c3bd42c4964248eb3f0412288435dc18 |
|
BLAKE2b-256 | 3de7c89a644111b78784c988110eab798e0a8f4ed38559682d9d2bb52687424c |
File details
Details for the file ltermio-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: ltermio-0.2.6-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b3ebea6ced2d0d57dc116f2e612483f10a0ce4158b7bff0db5cff689d333e88 |
|
MD5 | 31ab900988f7e5de1985199fd0c5301e |
|
BLAKE2b-256 | 461cec820e11253f58854c83fc8919daf8294de7580feb736962a5cabf62590c |