A few possibilities to make a graphical user interface in python
[*]Python has an build in library, it's called tkinter>
>fast
>Small
>Flexible
Screenshot
A good Tutorial is on this Site.
+Simple Video Introduction: https://www.youtube.com/watch?v=RGVcaoaXyNE
[*]Pyside is completely free and has many possibilities to customize a gui of an application.
>Official Site:http://qt-project.org/wiki/PySide
[*]PyGtk is also completely free and very fast
>Official Site: http://www.pygtk.org/
[*]Kivy is also aviable for mobile development #Android
>Official Site: http://kivy.org/#home
No comments:
Post a Comment