How do I get a python program to work on my phone?

Michael Torrie torriem at gmail.com
Mon Jan 28 16:35:05 EST 2019


On 2019-01-28 8:29 a.m., Steve wrote:
> I now want to run it on my MotoG phone.  The program accepts keyed in data
> and will access two text files to keep data and I would like to have the
> program chime my phone to remind me to take the next reading.
> 
> First step is to get it running in my phone
> How do I do it?  What software do I need to make the transfer?

You might want to check into Kivy[1], which is a framework for making
apps that can run on Android using Python (and also iOS and desktop
operating systems as well).

[1] https://kivy.org/#home




More information about the Python-list mailing list