Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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')
 
PREVIOUS NEXT
Tagged: #change #color #command #prompt #python
ADD COMMENT
Topic
Name
7+9 =