Answers for "how to change terminal background color in pythonb"

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 "how to change terminal background color in pythonb"

Python Answers by Framework

Browse Popular Code Answers by Language