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 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 …

  3. 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 …

  4. 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 …

  5. Choosing a file in Python with simple Dialog - Stack Overflow

    Sep 12, 2017 · I would like to get file path as input in my Python console application. Currently I can only ask for full path as an input in the console. Is there a way to trigger a simple user interface where...

  6. 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

  7. linux - Install tkinter for Python - Stack Overflow

    Tkinter is a GUI module for python. you can use it to make GUI based applications in python. Tkinter provides several GUI widgets like buttons,menu, canvas,text,frame,label etc. to develop desktop …

  8. Python Desktop Application with the Browser as an interface?

    Python offers two things that should be of your interest: a web server in the standard library a standartized interface for web applications, called WSGI So it is relatively easy to add a web …

  9. user interface - How to write GUI in Python? - Stack Overflow

    I would like to try to write a GUI application in Python. I found out that there are a lot of ways to do it (different toolkits). And, in this context, I have several basic (and I think simple) que...

  10. how to use a terminal embedded in a PyQt GUI - Stack Overflow

    Mar 18, 2015 · A Python GUI script is run in order to wrap around the existing session and make it easier to run subsequent steps. The GUI appears, displaying on one side the Bash session in an …