A
A
Alexander2021-11-18 15:20:41
Python
Alexander, 2021-11-18 15:20:41

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

2 answer(s)
H
HemulGM, 2021-11-18
@HemulGM

winapi
PS but this makes exactly 0 sense

V
Vindicar, 2021-11-18
@Vindicar

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 question

Ask a Question

731 491 924 answers to any question