Automate toggling airplane mode on & off with this simple py script. Useful for getting a required IP address format that is assigned randomly by the carrier ISP
Requirements
- termux
- sudo installed(
apt-get install sudo
) - python installed(
apt-get install python
) - psutil python lib(
pip install psutil
)
(Optional) Modify the code(commented) to change the rate of toggling.
Contributions & bug reporting are welcome.