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

Local machine ![Screenshot 2021-02-02 at 15 44 35](https://user-images.githubusercontent.com/2983049/106625205-5f9f1080-656e-11eb-9ea2-d29d7f4f34f8.png) VS Azure Pipeline ![Screenshot 2021-02-02 at 15 51 27](https://user-images.githubusercontent.com/2983049/106626166-519dbf80-656f-11eb-8198-d4a15d8a24e2.png) Any idea?

Hi. Thanks for the great work! We had an issue reported on Django, where `colorama.init()` was triggering an error with `mod_wsgi`. * [Django issue](https://code.djangoproject.com/ticket/32740) * [Follow-up on `mod_wsgi`](https://github.com/GrahamDumpleton/mod_wsgi/issues/675#issuecomment-840181867) On the...

This issue is primarily intended for myself (@tartley) & @wiggin15 to chat about how best to serve the colorama project going forward. But I thought I'd post it here so...

I noticed that there were some issues, namely #122 that said that italics and underline don't work on windows. The sequence working on Unix with `\x1b[3m` but it doesn't work...

Project bullet on PyPi provides very simple python menu capabilities, but it needs support to hide ("\033[?25l") and show("\033[?25h") the cursor on Windows platforms. Can colorama be updated to support...

Originally reported at https://github.com/Azure/azure-cli/issues/13413 Colorama fails if output is redirected to `head` command. test.py: ```py import sys from colorama import init, Fore, Style init() for i in range(30): print(Fore.RED +...

How to detect from colorama and setup x11 terminal?

Looking at this code: https://github.com/tartley/colorama/blob/master/colorama/initialise.py#L23 It looks like the code currently doesn't properly handle calling `init()` multiple times, I'd expect the `init()` function to set some internal state to know...

Sounds like our bug: https://github.com/inducer/pudb/issues/381

bug

how do i add a coloured variable message eg test = input(Fore.CYAN + ""test"