About 52 results
Open links in new tab
  1. Create a directly-executable cross-platform GUI app using Python

    318 First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables. Cross-platform GUI libraries with Python …

  2. Is it possible to style Python GUI like you would style HTML with CSS ...

    Dec 7, 2020 · Inside of python your options are quite less, but never none. You have options starting from ttk from tkinter, which uses your OS native widgets and with ttkthemes you can get more …

  3. Python get mouse x, y position on click - Stack Overflow

    Dec 3, 2016 · Coming from IDL, I find it quite hard in python to get the x-y position of the mouse on a single left click using a method that is not an overkill as in tkinter. Does anyone know about a python …

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

    Jul 12, 2013 · Python (x,y) includes an installation of Eclipse with PyDev and QT Designer integrated. If you configure PyUIC to run from Eclipse (see this brief HOWTO) then, once the GUI has been …

  5. How to create indicator lights (danger, warning, safe ) using python GUI

    Aug 3, 2020 · How to create indicator lights (danger, warning, safe ) using python GUI Asked 5 years, 6 months ago Modified 5 years, 6 months ago Viewed 12k times

  6. python - How do I create an automatically updating GUI using Tkinter ...

    Jul 20, 2014 · How do I create an automatically updating GUI using Tkinter? Asked 11 years, 6 months ago Modified 4 years, 1 month ago Viewed 62k times

  7. Threading reading a serial port in Python (with a GUI)

    Jan 7, 2022 · I want to trigger an event whenever there is data to be read from a serial port while running a GUI. The pySerial module apparently has experimental functionality for that, but it isn't …

  8. tkinter Python GUI Frame Positioning - Stack Overflow

    Jul 8, 2021 · tkinter Python GUI Frame Positioning Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 5k times

  9. python - Show matplotlib plots (and other GUI) in Ubuntu (WSL1

    Maybe this is better done through a Jupyter notebook or something, but it's nice to have basic command-line python matplotlib functionality in Ubuntu for Windows on Subsystem for Linux, and …

  10. 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 system.