Answer the question
In order to leave comments, you need to log in
How to create a window manager in python?
Hello everyone, I want to write a window manager for linux in python, already a break a bunch of information I can’t find anywhere where to start, etc., I just want to write in order to increase my personal knowledge, please help, can I have instructions on how to create it on another language or something else that will give an idea where to start, since everyone on the net describes either an existing manager and then in user mode, or simply enumerates the list.
Answer the question
In order to leave comments, you need to log in
Read books. For example, N. Wirth's book “OS and compiler development. Oberon Project. It also describes the creation of the graphical subsystem of the Oberon OS, in the Oberon language, a descendant of Pascal.
maybe this is enough:
1. import os;
os.system()
2.import subprocess
subprocess.call()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question