this post was submitted on 16 Jan 2022
1 points (100.0% liked)

Python

3640 readers
3 users here now

News and discussions about the programming language Python


founded 7 years ago
MODERATORS
 

Can you recommend any cross platform Python app development frameworks where you write code once and it can be deployed to Linux, Android, Windows, MacOS and iOS.

you are viewing a single comment's thread
view the rest of the comments
[–] AgreeableLandscape@lemmy.ml 1 points 4 years ago* (last edited 4 years ago)

If you referring to GUIs:

If you mean making an executable that can run without separately installing a Python interpreter or PyPi dependencies, there are Python packagers like Pyinstaller: https://pyinstaller.readthedocs.io/en/stable/