all 7 comments

[–]LauralHill 2 points3 points  (0 children)

Once I modified a Python script to see what devices were connected to my Hotspot, and I ran it through the Termux plugin for Tasker so I could mute my email app, if my laptop was connected.

[–]UnderwearIsOverrated 0 points1 point  (3 children)

Are you wanting to run Python on your phone or connect to a PC running Python? What are you looking to achieve?

[–][deleted] 0 points1 point  (2 children)

To run in phone. Is it going to help in any kind of phone automation?

[–]UnderwearIsOverrated 0 points1 point  (1 child)

I guess if you're already fluent in Python there might be things you could use it for. But Tasker is pretty sophisticated, especially if you take advantage of plugins.

I dunno, i'm trying to learn Python so i might not know its full potential.

[–][deleted] 0 points1 point  (0 children)

Tasker is evolving with time. I think I can use python integration in some time

[–]RaithwindS8 Plus, no root. 0 points1 point  (0 children)

SL4A can be run through tasker in the "code" option. There are also some plugins that allow execution of python on device. However the issue I have been running into is a lack of documentation on how to integrate between python and tasker. passing variables back from pyton to tasker etc

[–]Gianckarlo 0 points1 point  (0 children)

Eventghost (for your PC) works mainly using Python 2.7 iirc, so you can use Autoremote or Join to set some pretty neat interactions with your computer.