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

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

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

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

    Sep 28, 2022 · For the python aspect the only problem comes with a rather easy decompilation of the source code of the application.Obscufation of the code can be achieved at a very good extend either …

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

  9. python - How to scrape text from a Desktop application like skype ...

    Jul 9, 2022 · I have need to build a function that can get the text values from the desktop application, e.g. i need to scrape result of an output of calculator, or i need to scrape a value from desktop applicat...

  10. Django Projects as Desktop applications : how to? - Stack Overflow

    Dec 13, 2018 · How to make Django projects packaged as desktop applications? I found some tutorials, but is there any solution as DjangoKit , for Linux and Windows? List of related tutorials : Deploying a …