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

Migrated from https://code.google.com/p/colorama/issues/detail?id=21 Reported by av1024, Feb 23, 2011 What steps will reproduce the problem? 1. import and initalize colorama with deafults 2. print u"Some non-ASCII text ТЕСТ Русского" What...

bug
unicode

I'm using neofetch-win, and it's fine by itself, but there seems to be a problem using the colorama module. Moreover, this error only happens here in git bash (minitty), there...

Recent test-release targets/scripts only currently check that the wheel installs and works. They should also check the sdist, using something like: $pip install --no-binary :all: colorama==$version

Anything similar that we should also enable?

In the past, a 'src' directory has been considered suboptimal, and almost all Python projects, including Colorama, use the convention of naming the top level directory full of Python code...

process

Colors STOPPED showing in Windows 10, latest update. Still work in Ubuntu. Same code. This is my latest windows update https://support.microsoft.com/en-us/help/4549951/windows-10-update-kb4549951 Thank you!

Hello, On Windows, the following error appears after running `ninja install` using `subprocess.call("ninja install", shell=True)`. [log containing this error/warning](https://c3i.jfrog.io/c3i/misc/logs/pr/2119/3/meson/0.54.3/fae6c82dfac719d6388c97b38a027427a78cf67d/create_stdout.txt) ``` Error in atexit._run_exitfuncs: Traceback (most recent call last): File "C:\Python36\lib\site-packages\colorama\ansitowin32.py",...

This issue is exposed via https://github.com/Azure/azure-cli/issues/9903, which also triggered https://github.com/Azure/azure-sdk-for-python/pull/11362. ## Symptom Extra escape sequence `\x1b[0m` is printed when colorama is called by `subprocess` in PyCharm. ## Repro To repro,...

Tested in Windows 10 Command Prompt. ANSI Sequence from https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#alternate-screen-buffer Same output occurs when wrap, convert or/and strip is True or False. Though alternate screen buffer does work in ubuntu...

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...