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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you referring to GUIs:
GTK for Python: https://www.gtk.org/docs/language-bindings/python/
Qt for Python: https://www.qt.io/qt-for-python
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/