Python Forum

Full Version: Is it possible to have my python shell change the backgrounds colour?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In an battle i'd like to have my python shell to change the backgrounds colour is this possibe?
https://stackoverflow.com/questions/3173...-in-python

Try this:
import os

os.system("color 1f")
That depends entirely on which shell you are using.