Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change background color of python shell

Tags:

python

shell

Is it possible to change background color of the Python Shell from white to black for example. I did find how to change text color, but can't figure out how to change background color. I'm running it under the Windows. Any suggestions?

like image 788
rookie Avatar asked Dec 05 '22 00:12

rookie


2 Answers

if you are refereeing to IDLE i did this simple steps from this link

(its for ubuntu but worked in windows as well)

http://ubuntuforums.org/showthread.php?t=657799

and if you are talking about the windows Prompt , you can use the color command or just right click & select properties & edit the color settings

like image 128
Saif al Harthi Avatar answered Dec 10 '22 09:12

Saif al Harthi


Right-click the upper-left corner of the Python console window and select Properties. In the dialog box that appears, pick the tab labeled Colors. On it you can set the screen background and text color.

scrrens hot

like image 22
martineau Avatar answered Dec 10 '22 11:12

martineau