Python Forum
How to make cross platform gui python application ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make cross platform gui python application ?
#1
I am new to python. How to work on desktop application using python.
1. Which library best for GUI desktop application ?
2. How to make cross platform application ?
Reply
#2
Best is in the eye of the beholder. I like wxpython. The new phoenix version for python 3 is excellent
Tkinter is built in, and is OK, but its geometry manager is a total pain in the butt, and it's appearance
is old. Qt is loved by many, I like it as well, but stay away from it because the commercial version, I fear
that one day they will cut off community version. I've been around for some time and have been painfully burnt
in the past (not by GUI company). That's my fear, It's probably just fine.

You can visit: https://wiki.python.org/moin/GuiProgramming and see what's available, and make your own decision.
If you'd like to see what wxpython is capable of, you can visit some of the links provided here:
https://python-forum.io/Thread-wxPython-...ep-by-step
Reply
#3
You can take a look at this link here
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Application development in Python muralikreddy 4 2,707 Yesterday, 12:05 AM
Last Post: anastasiastefanyuk
  Embed Python console in GUI application deanhystad 5 13,798 Jun-04-2021, 05:10 PM
Last Post: deanhystad
  [PyGUI] Python Application Not Finding Excel File dseals26 2 2,787 Feb-17-2021, 01:45 AM
Last Post: thewolf
  Python Application in Taskbar constantin01 3 5,935 Jan-24-2020, 10:57 AM
Last Post: buran
  Python Wrapper Application panick1992 8 6,598 Mar-15-2017, 11:54 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020