I\'m using Win XP and Python 2.5. Is there a way in Python to modify font size when print to CMD window?
You can use ctypes to access the necessary windows calls to change the font (including the size of the font) of the console. See my answer to another question for a code example.
ctypes