How to make modern GUI like VScode, chrome in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make modern GUI like VScode, chrome in python?

i use tkinter and pyqt both gui look very old

9th Apr 2020, 6:28 AM
Rishi
Rishi - avatar
1 Answer
0
There's a lot of ways to make PyQt look much more modern. Kivy can be a good option if you're looking for something else. Vscode is made with electron using HTML-CSS-JS, and there's something like that for python called cefpython. You can give it a try if you want.
9th Apr 2020, 7:28 AM
ΛM!N
ΛM!N - avatar