Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import win32console
  2. p = win32console.PyConsoleScreenBufferType(win32console.GetStdHandle( win32console.STD_OUTPUT_HANDLE ))
  3. # p = _
  4. p.SetConsoleFont(1)
  5. p.SetConsoleFont(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement