About 32,900 results
Open links in new tab
  1. GUI drag & drop style GUI Builder for Python Tkinter

    I'm looking for a GUI drag-and-drop style GUI builder for Python Tkinter where I can create windows with forms, buttons, labels, etc. without actually writing any code. I would like the …

  2. Is there a GUI designer for Python? - Ask Ubuntu

    Why was this downvoted?. Eric is a nice Python GUI that integrates QT development. It can design GUIs (using QT Designer), and it even compiles the .ui files to python (no need to use …

  3. Cross-platform Python GUI framework - Software …

    I have coded a few 100 Kloc of Python, but have never yet added a GUI. Can you recommend me a GUI framework? (I am looking at you, @SteveBarnes ;-) Must be: cross platform: Windows, …

  4. python - How to run Qt Designer in Ubuntu 22.04? - Ask Ubuntu

    Aug 14, 2023 · I am using Kubuntu 22.04 and synaptic shows designer-qt6 and clicking on it adds a lot of additional files. I still and on 5 for my one app, and will need to convert soon, so cannot …

  5. python - What's the difference between GTK and QT? - Ask Ubuntu

    Plain QT is different from KDE applications, which include KDE libs. QT is considered very cross-platform, which is cool if you want to compile for non *nix. If you want to get started with QT + …

  6. How to use Qt Creator with Python? - Ask Ubuntu

    Yes, Qt-Creator is a C++ IDE, with little support for other languages but since version 2.8.0 a quite basic python support has been added. That said you can use Qt-Designer (the form building …

  7. gui - Is there an IDE for Ubuntu that combines Python, Gtk and …

    Apr 30, 2015 · 2 I like PyCharm, but it doesn't have a GUI designer. I like the quickly package but I don't want to use Gedit as my editor. I tryed Ubuntu SDK but it's kind of hard to use python …

  8. Simple Python GUI builder - Software Recommendations Stack …

    Jan 12, 2015 · 2 I am new to Python, currently working on my first app, which is command line driven, but somewhat complex so that I would like to add a GUI front-end. So, basically, I just …

  9. What is a good free graphical Finite State Machine code generator ...

    May 19, 2021 · I'm looking for some GUI tool where you can "draw" the state graphs for a Finite State Machine (FSM) and which subsequently generate the code. There are …

  10. Newest 'gui-builder' Questions - Software Recommendations …

    Sep 21, 2023 · What are some IDE options with GUI builder to make a portable GUI applications? I need to make an application which is going to portable (windows, linux and Mac).