mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
285 B
Plaintext
5 lines
285 B
Plaintext
Color is a (very) small module for Python 3.2 and later. It allows printing
|
|
colors to the console. It works on any ANSI terminal, and the Windows command
|
|
line. To use it, simply use the print function as you always have, however you
|
|
now have the option of passing color to it as well.
|