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

Python

3296 readers
1 users here now

News and discussions about the programming language Python


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

top 1 comments
sorted by: hot top controversial new old
[–] AgreeableLandscape@lemmy.ml 1 points 3 years ago* (last edited 3 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/