How to create graphical interface in Python?

Asked

Viewed 11,645 times

1

Guys, I know the basics of python and I was wondering if it’s possible to create a graphical interface for the programs I do on it. Something like that interface that you can do in VBA. Can I do this in python? Or you can use another program to do the graphical part and the python just stay behind?

2 answers

1


yes, python has several libraries, Tkinter, Pyqt, Pyside, Kivy, Pygtk, Wxpython, among others ,.

0

All right? If you’re used to VBA, VB and C# maybe income well using the Visual Studio Community Edition which is free and uses Ironpython to create forms and programs in visual mode.

Other alternative is the Glade Interface Designer or the PAGE If you are using Linux you can take a look at Auto Glade.

Even though Tkinter is a little limited Canal Ignorância Zero on Youtube have great Portuguese lessons on how to use.

The Python Wiki of Gui Programming tips with several packages for GUI development, in the last table (at the bottom of the page) there are several Ides with visual development.

  • The kivy suggested by @karllos is a great package to invest because it enables you to generate applications for android and other platforms!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.