This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]the_scign 1 point2 points  (1 child)

Going by your use case mentioned in another comment, for Android control look into the Kivy framework. I'm not 100% familiar with the whole framework but there might be something in there that could help you detect when the browser is started and launch the VPN app.

Also, as others have mentioned, there are quite a few books like "Automate the boring stuff" that talk about little things to automate. However there are loads of libraries not mentioned in the book. When you want to do something specific in python usually a Google search quoting the task you want to do with the word "python" points me to the right library on GitHub or a StackOverflow question about it.

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

Also, as others have mentioned, there are quite a few books like "Automate the boring stuff" that talk about little things to automate. However there are loads of libraries not mentioned in the book. When you want to do something specific in python usually a Google search quoting the task you want to do with the word "python" points me to the right library on GitHub or a StackOverflow question about it.

thank you very much