Python Forum
ANSI not working for change of text colors
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ANSI not working for change of text colors
#8
(Nov-03-2022, 05:22 PM)snippsat Wrote:
(Nov-03-2022, 04:15 PM)BliepMonster Wrote: I tried to use the colorama, but it just said the same as the ANSII.
It want work because you use cmd,a better shell like cmder would work.

Shoul use Rich ✨ it's in a league of own when it come to color in Terminal for Python.
Rich also work in cmd.
from rich import print

print("[red]Python Forum[/red]")
print("[bold blue]Hello world[/bold blue]!")

d = {
    "bool1": True,
    "bool2": False,
    "number": 123.45,
    "string": "Hello!",
    "dict": {"key": "value"},
    "list": [1, 2, 3],
    "class": type(1),
}

print(d)
cmd:
[Image: EEOdHI.png]

cmder:
[Image: zHdpjo.png]

I installed rich, and copy pasted your command, and it doesnt show the colors.
Output:
Python Forum Hello world! { 'bool1': True, 'bool2': False, 'number': 123.45, 'string': 'Hello!', 'dict': {'key': 'value'}, 'list': [1, 2, 3], 'class': <class 'int'> }
The only stupid person in the world, is the person that doesn't ask questions.
-Someone smart
Reply


Messages In This Thread
RE: ANSI not working for change of text colors - by BliepMonster - Nov-04-2022, 11:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Count image's colors very fast flash77 18 1,772 Mar-05-2024, 06:12 PM
Last Post: deanhystad
  Text conversion to lowercase is not working ineuw 3 524 Jan-16-2024, 02:42 AM
Last Post: ineuw
  Decryption not working if key has same symbol like text Paragoon2 0 340 Nov-11-2023, 09:32 PM
Last Post: Paragoon2
  can openpyxl read font colors mperemsky 3 1,803 May-09-2023, 11:18 AM
Last Post: MindKeeper
  while loop not working-I am using sublime text editor mma_python 4 1,193 Feb-05-2023, 06:26 PM
Last Post: deanhystad
  find some word in text list file and a bit change to them RolanRoll 3 1,584 Jun-27-2022, 01:36 AM
Last Post: RolanRoll
  How to do bar graph with positive and negative values different colors? Mark17 1 5,274 Jun-10-2022, 07:38 PM
Last Post: Mark17
  Change Text Size in Console? ShakeyPakey 9 11,329 Dec-09-2021, 02:51 AM
Last Post: drvlwho
  [split] Change Text Size in Console? CodingKid 1 1,912 Jul-20-2021, 02:47 PM
Last Post: deanhystad
  Plot Back Ground Colors JoeDainton123 0 2,222 Aug-19-2020, 11:09 PM
Last Post: JoeDainton123

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020