Py to android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Py to android

Python to android Suppose i made a python program (not GUI). It basically takes input from user and plots points in cartesian plane(Using math and matplotlib). I made it in my pc and i want it work on my friend's mobile (android). Is there any way to do it without learning any android framework or any sort of thing similar to it. Any 3rd party app. Its not necessary to be apk I just want it to run on android, so that one can use it.

3rd Jul 2020, 10:48 PM
Shay
Shay - avatar
5 Answers
+ 3
Hamm Shay you need to learn kivy for this because it is not necessary that everyone is expert in programing.
4th Jul 2020, 2:29 AM
Ayush Kumar
Ayush Kumar - avatar
+ 2
Maybe you can install Pydroid on the android device. It requires about 200MB of memory to be installed. https://play.google.com/store/apps/details?id=ru.iiec.pydroid3 Also QPython might be good and it might require less memory than Pydroid, but I'm not familiar with QPython so I can't say if it's better to download that instead. https://play.google.com/store/apps/details?id=org.qpython.qpy3
3rd Jul 2020, 11:33 PM
Seb TheS
Seb TheS - avatar
0
I know that but i cannot ask my friend to spend 200mb just for my sake... Now it seems I need to learn kivy... Thanks a lot for ur time๐Ÿ˜ƒ
3rd Jul 2020, 11:43 PM
Shay
Shay - avatar
0
Its like console and it will run program only if my friend has it too
4th Jul 2020, 2:23 AM
Shay
Shay - avatar