An Unhelpful Guide for Running Python Scripts on Mobile Devices
You can run Python scripts via Termux, the same app that lets you run SillyTavern.
Open Termux and Run:
Then install Python:
Now, install additional packages (if you skip this you will be prompted later):
The following steps are similar to how you ran your script on PC.
Place the script in an empty folder.
Open Termux and navigate to the directory containing the script using cd
.
Now Run:
If you saved the script anywhere other than /data/data/com.termux/files/home, then you may need to allow additional permissions for Termux for this to work.
As usual, you will be prompted to authenticate.
Now keep Termux open and swipe from the left edge of the screen. You will now see an option to open a NEW SESSION.
In the new Termux session, cd back to your SillyTavern directory to launch it.
Connect to the right custom endpoint.
Uhhhh.... REMEMBER to use CTRL+C on the Termux command line once you're done. Otherwise the python/flask process doesn't actually die. Apparently, it doesn't do that on it's own, keeping your port 5000 occupied until it gets liberated by the Western Allies. Should this happen, you'll have to manually hunt down the process ID using
Then lookup the process ID of the script you were using and manually kill it with
The process ID itself should look something like: 12345