Graphics with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Graphics with Python

Hey there, How do you make the best beautiful graphics(like with css, etc) with python? I know python is mostly used for backend but if someone would know something I would be very happy!

7th Jan 2021, 8:02 PM
Julian Wurzer
Julian Wurzer - avatar
7 Answers
+ 4
Use PyQT or PyTk.
7th Jan 2021, 9:18 PM
Sonic
Sonic - avatar
+ 4
PyGame library is also an option.
7th Jan 2021, 9:18 PM
Sonic
Sonic - avatar
+ 3
It depends
6th Dec 2021, 1:51 AM
CGO!
CGO! - avatar
+ 2
with Tkinter that comes pre-installed in Python or you can use pyqt5
7th Jan 2021, 10:27 PM
Carlos Felipe Rivera Gueche
Carlos Felipe Rivera Gueche - avatar
+ 1
You can also use Tkinter which already comes default in Python with Windows and if you're on Linux with apt install python-tk but I remember wrong
13th May 2021, 7:38 PM
Carlos Felipe Rivera Gueche
Carlos Felipe Rivera Gueche - avatar
0
thanks i think ill just give it a try
7th Jan 2021, 9:20 PM
Julian Wurzer
Julian Wurzer - avatar
- 1
Python isn't a great option for making games though, it's slow
13th May 2021, 5:41 PM
Soham More
Soham More - avatar