Skip to main content

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.

Added a new module termouse, ready to support mouse base on XTerm extension.

Installation

Uses pip to install the package:

pip3 install ltermio

cursor

A series of functions about screen and cursor operations. And additionally provides 4 interesting functions for text composing, where v_composing() supports using VI like cursor commands to layout text display.

termkey

There are 5 curses like functions: getch(), getkey(), ungetch(), ungetkey(), setparams().

getch() and getkey() read keyboard in non-canonical mode, ungetch() and ungetkey() put keys back to the key buffer for next reading, setparams() sets frequently-used input attributes.

termouse

Ongoing...

color256

Sets 256-color display attributes of the character terminal.

unicon

Collection of some common icons in unicode character set.

References

https://en.wikipedia.org/wiki/ANSI_escape_code https://www.xfree86.org/current/ctlseqs.html https://www.leonerd.org.uk/hacks/fixterms/

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ltermio-0.4.0.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

ltermio-0.4.0-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file ltermio-0.4.0.tar.gz.

File metadata

  • Download URL: ltermio-0.4.0.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for ltermio-0.4.0.tar.gz
Algorithm Hash digest
SHA256 6ab18147169a151073a414bcad06501a8cd3d683e3907dea50debbafb5bbf448
MD5 efab5c38f218ec532e4d0796c87996b5
BLAKE2b-256 27d01856a041f1125e4faacb9a64033c7125385e3e94f91ccd7edce755a7e9fe

See more details on using hashes here.

File details

Details for the file ltermio-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: ltermio-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 22.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for ltermio-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ad2ced0d575417d9d081c3aa003cba40aec021ae9790547cc1a8084bd3305817
MD5 47c488960c80bafd584b352849cb04f6
BLAKE2b-256 78155e2b98295a537c65cd66e43ff4c05d394c9b58dadbf1f03e212790fa6ef2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page