'Make Python code open in a simple window on Windows

I wrote some simple Python code which prints out a few lines of text every minute. I want to keep it open on my desktop, kind of like a live ticker. Is there a way to open the code in a new window which doesn't have a blinking cursor and takes up as little space as possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source