3 odpowiedzi
+ 1
You need file for pc (exe) or android (apk)?
For exe you can use "pip" - file manager language of Python (package management system, which is used to install and manage software package)
OR
program cx_Freeze (for small py files)
For apk use Kivy framework.
0
Hi! do you mean an app that will run on its own? separate file?