How can I write a console form looking like the one seen on the screenshot using python. This means that I can write something like
print(x=6, y=2, "z/VM ONLINE")
This code should place the text almost in the upper left corner as seen on the screenshot. Importantly the output text should never make all the other text scroll. It is also important that I can place the cursor at any coordinate and that the user is able to input text at that place.
EDIT: I need something that works under Windows.