k s
k s

Reputation: 11

how can we add a python program to a mobile application?

I have a coded an AI Python program and now I want to implement it in a mobile application. How can I add the python program in the mobile application, and which programming language should I use for the application to implement the python program?

Upvotes: 1

Views: 81

Answers (1)

Lucifer
Lucifer

Reputation: 9

since python has no built-in mobile app development capability. But you can use other packages to create some sort of mobile application for this you can use packages like Kivy, PyQt, or even Beeware's Toga library.

Upvotes: 1

Related Questions