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

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

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

  4. python - How to convert the django web application into the desktop ...

    Jan 10, 2011 · How to convert the web site develpoed in django, python into desktop application. I am new to python and django can you please help me out Thanks in Advance

  5. How can I distribute python programs? - Stack Overflow

    The application is also a conda/pip package itself that is installed to environment and an executable entry point is created. Cross-platform Desktop and Programs shortcuts automatically created.

  6. Safely distribute OAuth 2.0 client_secret in desktop applications in …

    Dec 19, 2019 · I was looking for some best practices sample code about how to design and create my own desktop app (or installed app) in Python requiring OAuth 2.0 Authorization flow to Google, and …

  7. How to compile Python + Electron JS into desktop app (exe)

    Apr 18, 2021 · 20 I created a desktop application using python as the backend and Electron JS integrated with Node JS as the front end. The image below is the file tree for my project. I was able …

  8. How to distribute a Python application (professionaly)?

    Sep 28, 2022 · 5 I'm in serious need of some guidance on how to properly deploy a desktop python application (generate a trusted executable and installer). First of all, I'm a mech. engineer. Not a full …

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

    26 I want to create an application that runs on the users computer, a stand-alone application, with installation and what-not, but I want the interface to be a browser, either internal and displayed as an …

  10. python - Can you develop Desktop (.exe) In Visual studio ... - Stack ...

    Nov 28, 2021 · It means that with a little help from Visual Studio you can run a Python server with a framework like Flask and create an interactive web service. Actually, Flask is used for API-s in many …