I have a basic python program which takes a simple user input and performs some operation on it and displays an output. When I run this python file, it displays in the default black-background command prompt like window, which is resizable infinitely as far as I can see. I want my script/mini program to run in a small window instead which is locked in its dimensions. All resources regarding this point me towards doing the same thing in a Tkinter environment. Is there a way to do that without Tkinter?
I tried to find functions or libraries which help me limit the dimensions of the python output window but I could not find any.