Standalone application in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Standalone application in Python

I am currently learning Python and I want to create a standalone application with python. Can you suggest me how to make a standalone application in Python?

7th Mar 2020, 6:25 AM
Ankit Jha
3 Answers
+ 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.
7th Mar 2020, 7:14 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Hi! do you mean an app that will run on its own? separate file?
7th Mar 2020, 6:52 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar