> On 1 Oct 2019, at 10:12, Gisle Vanem wrote:
>
> Barry Scott wrote:
>
>> Here is an example:
>> from colour_text import ColourText
>> ct = ColourText()
>> ct.initTerminal()
>> print( ct( "The next section is in green: <>green example<>." ) )
>
> Looking at the sources, it seems 'win32' shou
Barry Scott wrote:
Here is an example:
from colour_text import ColourText
ct = ColourText()
ct.initTerminal()
print( ct( "The next section is in green: <>green example<>." ) )
Looking at the sources, it seems 'win32' should be
supported. But no; with the above example:
c:\>py -3 example.py
Barry Scott wrote:
> See https://pypi.org/project/colour-text/ for documentation
> with colourful examples.
>
> Install using pip:
>
> python -m pip install colour-text
Have you considered to spell that color-text?
In programming the guys who can't spell won ;)
--
https://mail.python.org/m