Answer the question
In order to leave comments, you need to log in
Python. How to make an interface for a program without third-party modules and libraries?
I want to make programs, but I don't want to use tkinter, qiwi, qt, etc. Help me please. Maybe there is some literature?
Answer the question
In order to leave comments, you need to log in
Unless you use the WinAPI window functions, but
1. to access winapi from python, you need a third-party package like pywin32, which contradicts the condition.
2. it's tedious - much more tedious than tkinter.
Climbing to the window api level only makes sense if you want to create something that cannot be done by standard frameworks or available libraries (such as a freeform window, or tricky manipulation of other people's windows).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question