About 52,700 results
Open links in new tab
  1. How to develop Android app completely using python?

    Apr 21, 2018 · VOC also allows you to access native Java objects as if they were Python objects, implement Java interfaces with Python classes, and subclass Java classes with Python …

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

  3. Any really modern, good-looking desktop apps that are …

    Can somebody give me some points to have a look at some nice-looking screenshots of apps that are developed in Python+QT? The best and most open source program that I know of and …

  4. How to update software made with python? - Stack Overflow

    May 10, 2022 · Disclaimer: I am still learning and am new to python so I have less knowledge of python than most coders. I am making a simple desktop app and it is already in .exe file …

  5. python - Kivy for Android apps - Stack Overflow

    Jan 22, 2012 · I suggest looking at Python for Android also, it's a sister project of Kivy aiming to help you create your own Python distribution including the modules you want, and create an …

  6. python - How can I make apps responsive in customtkinter

    Jun 28, 2024 · How can I make apps responsive in customtkinter? Asked 1 year, 5 months ago Modified 1 year, 4 months ago Viewed 210 times

  7. how to distribute and sell python desktop apps? - Stack Overflow

    Dec 20, 2022 · I have created a Tkinter App and i want to sell and distribute it, but i was wondering how do desktop programmers prevent the customer from reselling the App multiply …

  8. ios - Is it possible to create program with python and also run it on ...

    Jun 8, 2022 · 0 Mobile development Python doesn’t have built-in mobile development capabilities, but there are packages you can use to create mobile applications, like Kivy, PyQt, or even …

  9. How to make a python tkinter app work on android

    Jul 25, 2019 · to run a tkinter program (or any Python program) on Android, you should use the app Pydroid 3 (on the play store), which has a modified tkinter module for Android and much …

  10. Does executable file created using pyinstaller require Python and …

    Jul 16, 2020 · Some considerations include the target architecture (32-bit vs. 64-bit, x86 vs. ARM, etc.), and the version of Python that PyInstaller used to build the executable. Also, it does not …