#๐Ÿ”’ running python on android

34 messages ยท Page 1 of 1 (latest)

icy zealot
#

What is the best option to run python Skript on my phone?
The Skript has to run from alone for days when I'm going to start it, and should begin from alone, when I start my phone.
How/where can I download python for android?

fiery drumBOT
#

@icy zealot

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

west garnet
#

theres one on google i think

#

im not entirely sure tho

opal meadow
#

termux is okay

vital plume
opal meadow
#

You need to fight your phone a bit to prevent it from deep sleeping though.

vital plume
#

Use termux

#

I use it too

#

you may have to modify some settings to prevent termux from closing

#

download termux from F-droid as the one on playstore is outdated

#

Then you need to install python in your termux

#

run the following commands
pkg update
pkg install python

icy zealot
#

Thank you

compact silo
#

could you use jython?

icy zealot
vital plume
vital plume
#

just download the latest one

icy zealot
#

Okay thanks
I made it

mellow pebble
icy zealot
vital plume
#

you run the script on termux

#

termux is a linux console so most of the linux commands works in termux

#

to change your current directory use cd

#

cd (the address where you want to change it to)

#

then when you are in folder where your script is located you can type command python <script file name>.py

vital plume
icy zealot
vital plume
fiery drumBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.