I wrote a program on PyCharm (it’s not an app). This program takes user input from a mic and prints it out in a nice format.
Is there any way I can run these files on an android phone? Can an app (programmed in a different language) run my Python files and be able to use my output or will I have to store it on the cloud or something? How should I attempt to solve this issue?