0
Can I create visual interfaces in python?
I'm at school, I want to learn programming but I would really like to create something visual that is not just visible in the console, I think that would need an advanced knowledge, but is it possible? If not what other languages can?
3 Respostas
+ 3
Yes of course. There are some libraries for making interfaces in python. The most popular ones are tkinter, pyqt and kivy.
+ 2
An other one is wxPython.
+ 1
Yes you can create visual interface using toolbar, panda, motpolite libraries.