How to Install python3-termcolor in Ubuntu 18.04



Install python3-termcolor by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-termcolor

Description:

ANSII Color formatting for output in terminal - Python 3.x

The termcolor Python module provides ANSII Color formatting for output in terminal. It may be useful for the output of unit testing results in color, for example using openstack.nose_plugin. . This package provides the module for Python 3.x.

Homepage: https://pypi.python.org/pypi/termcolor

Version: 1.1.0-2

Section: universe/python