Thursday, January 6, 2022

[SOLVED] Can I make a application frontend for smartphones using Python?

Issue

I've done a little predictive program with Python and I would like to transform it in an application for smartphones. Can I accomplish it with Python itself, or should I use another language? If yes, what APIs would you recommend for that?

Thanks


Solution

You might be able to do this with Kivy.



Answered By - J. Blackadar