python - Increase the font size and style of a string -
python - Increase the font size and style of a string -
i want increment font size of string 36 , style italic through python code. when ever run code in command line should show string in font size 36 , style italic.
value = "hello world !!!!"
is there way this?
thanks in advance...
http://en.wikipedia.org/wiki/ansi_escape_code mechanism controlling output formats in many kinds of terminal not offer command on fonts or sizes. if target particular kind of terminal might able find 1 does, it's not going solution you're happy with. info have supplied, short , simple reply "no, speaking, it's not possible". target gui instead of terminal if want command aspects if gui presentation.
python font-size
Comments
Post a Comment