Welcome to pylib’s documentation!¶
Contents:
- pylib
- pylib package
- Subpackages
- Submodules
- pylib.data module
- pylib.data_step module
- pylib.data_step_std module
- pylib.date module
- pylib.drawblock module
- pylib.function module
- pylib.geometry module
- pylib.geometry2d module
- pylib.geometry2d_plot module
- pylib.geometry_plot module
- pylib.geometry_plot_pylab module
- pylib.helper module
- pylib.mathematics module
- pylib.time_of_day module
- pylib.tui module
- pylib package
Indices and tables¶
data_step_std¶
tui¶
pylib/tui.py is the main module for tui ‘textual user interface’ programs.
cursespackage (for Windows installwindows-curses) is the underlying main package to build terminal programs. Thecursespackage can also be used directly.Windows (Anaconda):
C:\PathToAnaconda3\condabin\conda.bat activate basepython -m pip install windows-curses
drawillepackage is used to draw with braille characters (dottet and quasi-line charts). Make sure you use a font with Unicode Braille characters. For Windows e. g.: NSimSun, MS Gothic.Install:
python -m pip install drawilleWindows (Anaconda):
C:\PathToAnaconda3\condabin\conda.bat activate basepython -m pip install drawille
drawblockis used to draw with block characters (histogram).example/tui.pyis an example script to build a terminal program.