Change background color of 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?

3

5 Answers

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

(its for ubuntu but worked in windows as well)

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

2

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

If you are reffering to the window idle for example for version 2.6 there is now way to change the background color from withe to another one. But you can change the background color of your text if you go to options. Another thing you can do is to use other gui for python which could be more elaborated such as eclipse pydev or to use a text editor you like and configure it the way you want to write your scripts and then run them into the idle.

just go through simple steps - go to options - configure IDLE - highlighting - then select background and click on choose color for: - you can change the color to any color but becareful if u change only the background color the foreground color may not be visible because they both might be black

Enjoy

You can,,go to options then configure IDE, then on the settings window select highlights, on the rightside press the button below a builtin theme, then choose your choice theme

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like