notcurses/python
Nick Black 73dc0a7d69
Zoo 2, electric boogaloo (#939)
* Reimplement the widget zoo demo. The previous PoC
  was a multithreaded monster with behavior dependent
  on screen geometry. Replace it with a single thread state
  machine. Closes #936.
* Support titles for ncplot. Adds title to the ncplot_options
  struct, which may be NULL. Closes #941 .
* Properly color ncplot according to maxchannels and
  minchannels. Closes #940
* Add tools/function-table.sh script for generating public API list.
2020-08-23 12:44:53 -04:00
..
src/notcurses Zoo 2, electric boogaloo (#939) 2020-08-23 12:44:53 -04:00
LICENSE.txt python/LICENSE.txt: reduce to proper apache format 2020-02-17 03:24:51 -05:00
notcurses-pydemo python: install notcurses-pydemo from setup.py 2020-07-19 21:41:02 -04:00
notcurses-pydemo.1.md v1.6.16 2020-08-22 23:12:04 -04: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.6.16 2020-08-22 23:12:04 -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