About 36,200 results
Open links in new tab
  1. Creating GUI with Python in Linux - Stack Overflow

    Jan 22, 2017 · I would avoid using another language to make a GUI for Python. I've had every good luck with wxwidgets, which is the python binding for WX, a cross-platform development …

  2. Create a directly-executable cross-platform GUI app using Python

    Having said that, it is possible to build executables that include the python interpreter, and any libraries you use. This is likely to create a large executable, however. MacOS X even includes …

  3. Is there any Visual Studio-like tool for creating GUIs for Python?

    Jul 12, 2013 · I love the ease of creating and programming a gui that visual studio provides. It is exactly what your girlfriend is talking about. Unfortunately, it doesn't appear to support Python …

  4. python - Make a Tkinter Gui using classes - Stack Overflow

    Dec 17, 2020 · I want to create a GUI in a class that can create pages using another class that creates frames and widgets. The pages are set using a class for them. I want to be able to …

  5. How to create a GUI in Python without advanced libraries?

    Nov 7, 2022 · I want to create a GUI, without Tkinter or any other library (preferably in Windows and CPython). Basically, if you go into the files of Python and its libraries, you can find the …

  6. python - How can I create a dropdown menu from a List in Tkinter ...

    Mar 6, 2019 · I am creating a GUI that builds information about a person. I want the user to select their birth month using a drop down bar, with the months configured earlier as a list format. …

  7. python - Creating a timer with GUI using tkinter - Stack Overflow

    Jul 12, 2021 · i am trying to create a timer in python and put it on to a GUI application using tkinter. Right now i am have got an algorithm written out to slowly countdown from the input …

  8. Creating a Box inside the GUI using tkinter - Stack Overflow

    Mar 21, 2017 · Creating a Box inside the GUI using tkinter Asked 8 years, 6 months ago Modified 8 years, 6 months ago Viewed 7k times

  9. Creating a GUI for Python scripts - Stack Overflow

    Aug 31, 2011 · I want to make a GUI with two tabs (Record, Play): Record Tab: Has a textbox (for <scriptname>) and a button named record (which is linked with record.py script) Play Tab: Has …

  10. creating an interactive Python GUI that generates a new list

    Jul 2, 2013 · I'm trying to create a python GUI that takes a list that I've created and populates the list items onto a GUI. This GUI will then give the user the ability to select items in the list and …