You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/python
nick black f63325db60 Lots of ncvisual work
Unify ffmpeg/oiio/null implementations, where possible. This effectively
required placing all three in the same file, which meant they're all now
C++. Update FFmpeg implemenation to be C++-usable. Implement
ncvisual_rotate_cw() and ncvisual_rotate_ccw() #515. Move most of tetris
over to Visual from Plane #558. Add bgra_to_rgba(), necessary for
creating ncvisual from BGRA memory. Implement ncvisual_from_rgba()
and ncvisual_from_bgra() #557. Add unit tests on ncvisual rotation.
4 years ago
..
src/notcurses Lots of ncvisual work 4 years ago
LICENSE.txt python/LICENSE.txt: reduce to proper apache format 5 years ago
README.md python bindings skeleton #149 5 years ago
setup.cfg eine klein python #149 5 years ago
setup.py v1.3.3 4 years ago

README.md

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