S
S
Sergey Bard2018-03-25 10:58:57
linux
Sergey Bard, 2018-03-25 10:58:57

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

4 answer(s)
A
Artem Spiridonov, 2018-03-25
@customtema

Write a window opening function, to begin with.

R
Roman Mirilaczvili, 2018-03-25
@2ord

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.

L
LODIII, 2018-03-25
@LODIII

maybe this is enough:
1. import os;
os.system()
2.import subprocess
subprocess.call()

O
OolloO, 2020-10-21
@OolloO

Sergey, did you manage to find something?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question