Every bit of documentation I’ve found suggests that this should work, but the cursor position doesn’t return to 0,0. The important bits being that colorama is initialized, then every loop the cursor should be moved to 0,0 using the move(0,0) function (passing as string of “33[0;0H” to print). Answer The top left of the screen is at coordinate 1,1 not
Tag: colorama
How do I use colorama inside a tuple?
I’m trying to change individual existing lines inside an existing tuple. Example: I want ID to be one color, Name, Age, Condition, Medicine, Temperament, and Adoptable to be a different color. I can’t figure out how to enter the escape codes for color inside the existing tuple. Help! Answer You need to prepend Fore.<COLOR> and preferably append Style.RESET_ALL to every