I want to run a python script that I've made on a phone but as its standalone application.
Is there a way to use pydroid to make my script its standalone application. When you launch my app it has pydroid under the hood that just executes my script and nothing else.
I don't need a UI, I just need to command line interface provided by default in pydroid when it runs python.