I'm wondering if there is any python code I can use to lock the size of my CMD window? I'm making a small text adventure game and want t at a specific size.
If it helps, I'm using windows 7, but wouldn't mind mac and linux compatible instructions. Thanks.
ctypesto launch and control a win32 console process, including resizing the buffer/window. It would be a bit simpler in your case since you're not creating a hidden console and mirroring its content through shared memory, but still not trivial at all. It would be simpler to just usepygame, as Keith suggests.