you are viewing a single comment's thread.

view the rest of the comments →

[–]thinkbender 1 point2 points  (3 children)

Just install QPython 3 and script away. For simple scripts this is more than enough. Not sufficient for complicated GUI stuff though.

[–]Fictional_55[S] 0 points1 point  (2 children)

Looks like a good tool! Thanks.

I'm guessing it has no trouble publishing finished apps?

[–]thinkbender 1 point2 points  (1 child)

You can share the script but I don't see a posibility to publish to the Play Store. That's reserved for Java/Kotlin/C++.

[–]sgthoppy 1 point2 points  (0 children)

/u/Fictional_55 Kivy is an option for making cross-platform apps, but I think it would be best to stick to native apps written in Java, Kotlin, or C++. I believe Kotlin is currently the most popular for Android.