Install python3-colorama by entering the following commands in the terminal:
sudo apt update sudo apt install python3-colorama
Description:
Cross-platform colored terminal text in Python - Python 3.x
Python-colorama provides a simple cross-platform API to print colored terminal text from Python applications. . ANSI escape character sequences are commonly used to produce colored terminal text on Unix. Colorama provides some shortcuts to generate these sequences. . This has the happy side-effect that existing applications or libraries which already use ANSI sequences to produce colored output on Linux. . This package provides the module for Python 3.
Homepage: http://pypi.python.org/pypi/colorama/
Version: 0.3.7-1
Section: python