colorama icon indicating copy to clipboard operation
colorama copied to clipboard

Simple cross-platform colored terminal text in Python

Results 122 colorama issues
Sort by recently updated
recently updated
newest added

Hi, I came accross a strange behaviour when using colorama with in Gitbash. Here is a test file : ```python import colorama print("\N{Heavy Check Mark} check mark") ``` Standard run...

This provides pass-thru to ANSI codes on new enough Windows 10 versions, and to Powershell only. It does this by using `psutil` to check the process name that is running...

requires-thought

avoid conflicting colorama with the recommended eclipse plugin (ansi-escape) by pydev author that can enable color in pydev-console it's make both running code in terminal & eclipse console can show...

requires-thought

ESC [ 7 m swap foreground and background

requires-thought

It's common to use `stdout` to generate binary files and `stderr` to print log and errors. At the same time `colorama` provides very convenient functionality to strip color codes from...

requires-thought

So I've noticed that when using colorama as a sole package in my script its outputting the colours properly. But when I import multiple packages, it doesn't output any colour....

On Windows 10, using Windows Terminal to host the python program (either hosting the entire shell or just the application) seems to address 100% of the problem space. Windows Terminal...

0.4.5

Also prevents SGR codes 30-37 from appearing BRIGHT when the terminal is using a bright colour by default. closes #265

requires-thought