How gui libraries work ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How gui libraries work ?

I learned about pygame and kivy in python lang. , and I m wondering on how this libraries can change the color of pixels, drawing on screen .when I can t write something like that with only built-in function !!

24th Mar 2017, 11:05 AM
mohammad ammar
mohammad ammar - avatar
2 Answers
+ 7
tkinter is built-in and you can do stuff with it.
24th Mar 2017, 4:19 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
maybe the app tells OS to draw something, then the OS, which has full control of hardware including monitor, actually draws things?
26th Mar 2017, 3:25 PM
Sungmin Woo
Sungmin Woo - avatar