ConsoleDraw
ConsoleDraw copied to clipboard
A python module to update the console without flashing.
Hi! The demo code you posted leaves successive screens with the following text: `←[0;0f ` before each print. Working on W10, with Python 3.9. Visual Studio Code, "externalTerminal" on launch.json.
It's sad that this module only works on windwos in the windows terminal. The Cmd doesn't even render it correctly
If you use an ANSI colour code, you will exceed the grid size before you reach the end of the console. Here is some example code: ``` from consoledraw import...