beary

🐻 Terminal library on top of bearlibterminal.


License
Other
Install
pip install beary==0.0.1

Documentation

Beary

Beary is a Pythonic wrapper for bearlibterminal. It's built on top of the provided Python library, which is more or less a direct mapping to the C bindings.

The purpose of this API is allow you to easily create pseudoterminal applications which work cross-platform but are much more capable than a stanard terminal.

Extra features include:

  • Full RGB (plus alpha) color channels
  • Arbitrary positioning
  • Graphics support

Serial Experiments Lain: The eponymous character sits in a dark room wearing her signature teddy bear pajamas, hood up.  In the background, a small piece of electronics sits on her desk, flickering ominously.

Examples

I'm currently porting all the bearlib native examples to the new API. You can view the full source code in the examples directory.

Basic Output

View the full source

A terminal screen showing a wide variety of colors, unicode characters, and tile composition.