notcurses/python
nick black 354152b48b
Redefine CELL_ALPHA_ in their natural forms
CELL_ALPHA_OPAQUE et al were defined as 0..3, meaning
CELL_ALPHA_SHIFT had to be used to compare them to their
channel representations. Instead, define them in said
representation outright, eliminating the need to shift while
retaining arithmetic properties, and zero initialization for
CELL_ALPHA_OPAQUE. Eliminate CELL_ALPHA_SHIFT #738.
2020-06-28 01:53:42 -04:00
..
src/notcurses Redefine CELL_ALPHA_ in their natural forms 2020-06-28 01:53:42 -04:00
LICENSE.txt python/LICENSE.txt: reduce to proper apache format 2020-02-17 03:24:51 -05:00
README.md python bindings skeleton #149 2020-01-07 16:15:27 -05:00
setup.cfg eine klein python #149 2020-01-07 16:15:27 -05:00
setup.py v1.5.2 2020-06-19 15:25:41 -04:00

notcurses

Python bindings for the C [https://github.com/dankamongmen/notcurses notcurses] library. notcurses is a library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators.

by nick black (nickblack@linux.com)

for more information, see my wiki.

Build Status License