freebsd-ports/devel/py-colorama/pkg-descr
Yuri Victorovich 2da3f1a9f1 devel/py-colorama: Update 0.4.1 -> 0.4.3
Also fix WWW.

PR:		245119
Approved by:	ygy (maintainer timeout; 14 days)
2020-04-12 01:49:49 +00:00

10 lines
496 B
Text

Makes ANSI escape character sequences, for producing colored terminal text and
cursor positioning, work under MS Windows.
ANSI escape character sequences have long been used to produce colored terminal
text and cursor positioning on Unix and Macs. Colorama makes this work on
Windows, too. It also provides some shortcuts to help generate ANSI sequences,
and works fine in conjunction with any other ANSI sequence generation library,
such as Termcolor.
WWW: https://github.com/tartley/colorama