python-terminal

Quickly build a terminal project


Keywords
pyterminal, terminal, 终端
License
MIT
Install
pip install python-terminal==1.0

Documentation

environment

python3.7.3

install
pip3 install pyterminal
# Consider the following testing code. Add this to your .bashrc:
# Set proper $TERM if we are running gnome-terminal
if [ "$COLORTERM" == "gnome-terminal" ]
then
    TERM=xterm-256color
fi
examples
python -m exampl