timofurrer / colorful

Terminal string styling done right, in Python :snake: :tada:
MIT License
525 stars 23 forks source link

Does not work under windows 10 CMD, POWERSHELL or CONEMU #27

Closed bradphelan closed 5 years ago

bradphelan commented 5 years ago

from basic cmd.exe shell

image

from conemu shell

image

from powershell shell

image

According to conemu setup I have 24 bit support

image

timofurrer commented 5 years ago

Thanks for reporting!

A few things:

  1. Can you please provide the output of: platform.system(). colorful uses colorama to support windows - let's see if that got enabled correctly.
  2. Can you please run the following and provide the output:
    
    import os
    import colorful

print(colorful.terminal.detect_color_support(os.environ))

timofurrer commented 5 years ago

Anything?

timofurrer commented 5 years ago

Pretty stale, I'll re-open if more information is provided. Thanks 🎉