2021-02-27 22:50:41 +00:00
|
|
|
% ncdirect-pydemo(1)
|
2020-08-30 07:06:06 +00:00
|
|
|
% nick black <nickblack@linux.com>
|
|
|
|
% v1.6.20
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
2021-02-27 22:50:41 +00:00
|
|
|
ncdirect-pydemo - Verify that the ncdirect Python wrappers work
|
2020-08-30 07:06:06 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2021-02-27 22:50:41 +00:00
|
|
|
**ncdirect-pydemo**
|
2020-08-30 07:06:06 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2021-02-27 22:50:41 +00:00
|
|
|
**ncdirect-pydemo** dumps some stylized output to the attached terminal
|
2020-08-30 07:06:06 +00:00
|
|
|
using the notcurses Python module's "direct mode" capability (see
|
2021-02-27 22:50:41 +00:00
|
|
|
**notcurses_direct(3)**. This output is a minimal means of verifying that
|
2020-08-30 07:06:06 +00:00
|
|
|
the module is correctly installed and can be used in the current environment.
|
|
|
|
|
|
|
|
For a more full-featured demonstration, see **notcurses-demo(1)**.
|
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
# NOTES
|
|
|
|
|
|
|
|
Notcurses supports only Python 3.
|
|
|
|
|
|
|
|
# BUGS
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
**notcurses-demo(1)**,
|
|
|
|
**notcurses-pydemo(1)**,
|
|
|
|
**python(1)**,
|
|
|
|
**notcurses(3)**,
|
2021-02-27 22:50:41 +00:00
|
|
|
**notcurses_direct(3)**
|