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

    315 Python works on multiple platforms and can be used for desktop and web applications, thus I conclude that there is some way to compile it into an executable for Mac, Windows and Linux. The …

  2. Python code to automate desktop activities in windows

    Jan 7, 2018 · I want to automate desktop activities in Windows environment using Python. How it can be done? Some examples will also be helpful. By desktop activities, I mean actions such as taking …

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

  4. python - Create a desktop icon for a Tkinter script - Stack Overflow

    I have written a python script with a Tkinter GUI. I would like to create a desktop icon that will execute this script so that the end-user (not myself) will be able to double-click the icon and ha...

  5. run python program via clickable desktop icon [duplicate]

    Jul 29, 2019 · I've made a python program using Tkinter(GUI) and I would like to enter it by creating a dedicated icon on my desktop. (I want to send the file to my friend, without him having to install …

  6. How to create beautiful UI's with Python - Stack Overflow

    Mar 21, 2022 · I wonder if it's possible to create good looking desktop UI's with python? Could I use JS frameworks like Electron with python? Or are there any python libraries which provide modern …

  7. python - Browser-based application or stand-alone GUI app ... - Stack ...

    Jun 27, 2013 · 34 I'm sure this has been asked before, but I can't find it. What are the benefits/limitations of using a browser-based interface for a stand-alone application vs. using a normal GUI framework? …

  8. How do I deploy a Python desktop application? - Stack Overflow

    37 I have started on a personal python application that runs on the desktop. I am using wxPython as a GUI toolkit. Should there be a demand for this type of application, I would possibly like to …

  9. python - Make front end GUI for windows desktop app - Stack Overflow

    Jan 22, 2021 · Im currently coding in python , and made 3 projects in tensorflow and openCV. The projects are pure python codes and I want to make a desktop app for them. I have no knowledge of …

  10. PyQt: How to run GUI on Raspberry Pi desktop startup?

    Dear Stackoverflow community, I am struggling with running a python script that executes a PyQt5 GUI on desktop startup of Raspberry Pi 3B with Raspbian Jessie. What do I have so far? Python script