Implementing Python in automating windows tasks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Implementing Python in automating windows tasks

Hello to everyone. I am currently undergoing my second Python course (Core) and my main goal is to implement automation in my day to day windows tasks. Does anyone has any documentation regarding this ? as in links, instructional, etc?

20th Oct 2022, 12:26 PM
Iulian Marian Sandu
Iulian Marian Sandu - avatar
2 Answers
+ 5
Free ebook: https://automatetheboringstuff.com/ Particularly you might want to look at chapter 20 for keyboard and mouse interaction, it is based on the pyautogui library that was published by the same author I believe.
20th Oct 2022, 12:30 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thank you
20th Oct 2022, 12:35 PM
Iulian Marian Sandu
Iulian Marian Sandu - avatar