Answers for "how to chnage text color in cmd using python"

1

how to change the color of command prompt in python

import os
# To get all possible colors for the command line, open the command prompt
# and enter the command "color help"
os.system('color FF')
Posted by: Guest on May-13-2020

Code answers related to "how to chnage text color in cmd using python"

Python Answers by Framework

Browse Popular Code Answers by Language