Answers for "setting background color of the console using os module python 3"

2

how to change the console background color in python

import os

os.system('color 8f')
Posted by: Guest on June-08-2021

Code answers related to "setting background color of the console using os module python 3"

Python Answers by Framework

Browse Popular Code Answers by Language