Skip to content

Instantly share code, notes, and snippets.

View mtatton's full-sized avatar

consolist mtatton

View GitHub Profile
#!/usr/bin/env python3
import os
import re
import sys
WIDTH = 79
HEIGHT = 24
# Enable ANSI escape sequences on modern Windows consoles.
def enable_ansi_on_windows() -> None: