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

    PAGE is an drag-and-drop GUI generator, bearing a resemblance to Visual Basic. It allows one to easily create GUI windows containing a selection of Tk and ttk widgets. Use it to build GUIs in Python and Tcl/tk. But before you install it you must download Activestate Tcl/tk software. It really speeds up the design activity.

  2. python - Java alternative for Kivy (cross-platform material design …

    Mar 10, 2024 · In the past, I've used Kivy to design cross-platform GUI apps in python. I like Kivy because it's: Cross-platform. One app runs on Linux, Windows, MacOS, Android, and iOS; Responsive. Apps look good on small phone screens and big desktop screens; Material Design. Native widgets for Material Design UX; Large community. Lots of people use it.

  3. Simple Python GUI builder - Software Recommendations Stack …

    Jan 12, 2015 · PySimpleGUI is a recently released wrapper for tkinter that was designed specifically for these kinds of GUI tasks. The idea is to be able to create a custom GUI in 5 or 10 lines of code. pip install PySimpleGUI This Tutorial published on OpenSource.com talked specifically about adding using PySimpleGUI to add a GUI onto a command line application.

  4. Cross-platform Python GUI framework - Software …

    drag & drop GUI designer - for wxPython there is wxGlade, wxFormBuilder and a few others, I am not sure what there is for Kivy. Other considerations: wxPython - mature, lots of support, books, etc. Native look & feel on each platform, also provides wrappers for a number of utility classes

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

    Sep 21, 2023 · 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 software to ...

  6. gui - Build a 3D graphics modeling tool using Python - Software ...

    Aug 25, 2021 · VTK for the 3D stuff. It supports different 3D and 2D meshes, voxels, images, has some 3D widgets etc. It has (to my knowledge) no CAD-like stuff, though, like NURBS, B-reps etc. If you want to go more self-educational, Python bindings for pure OpenGL exist as well (Pyglet, PyOpenGL, etc.) For the GUI, I used either wxPython or PyQT.

  7. A Python GUI generator - Software Recommendations Stack …

    Also there is wxGlade which allows you to design your GUI with drag and drop. I strongly recommend, once you have run pip install wxPython that you run wxdemo which will download and run the matching demo. It is a great source of reference and inspiration on the components available. All of the above is cross platform, free & open source.

  8. What is a suitable language and framework to create GUI Based …

    Jan 12, 2022 · Alternatively, there is TKinter, also free, which is more-or-less the default GUI library for the Python language. Although I find it easier to do many manipulations of various kinds of objects in Python I often find that I run into brick walls with this approach. Still, many people find it a congenial environment.

  9. Development Framework for Desktop App with GUI

    The app I'm developing will interact with a lot of C code, and should run "fast" (which makes python a little undesirable), have a GUI and be preferably complied in a stand-alone executable. I cannot create a server-based application to run as a service, I need to deliver to the customer's PC, which will be used in locations where internet ...

  10. open source - Python framework for block simulations with …

    May 29, 2023 · Here are some python tools I could find: Active Orange3. Was able to install and start it. pip install orange3 orange-canvas

Refresh