Is there a way to change the console font in Windows in python 2.6?
I\'m on Windows 7.
ie:
import os os.console.font = \'Lucida Console\'
It is impossible to change it for one session because the font setting is system-wide.
You can change the global font by changing some values in the registry, but you'll have to reboot the system.