--- title: "Automating Victory: Beating browser games with accessible Python - Jon Gaul" tags: PyConTW2023, 2023-organize, 2023-共筆 --- # Automating Victory: Beating browser games with accessible Python - Jon Gaul {%hackmd H6-2BguNT8iE7ZUrnoG1Tg %} <iframe src=https://app.sli.do/event/5MVU4a4xv5R14t2g3HeA8R height=450 width=100%></iframe> > Collaborative writing start from below > 從這裡開始共筆 Blog Writeup: - https://medium.com/henngeblog/automating-victory-beating-browser-games-with-accessible-python-part-1-1a371d9e9234 - https://medium.com/henngeblog/automating-victory-beating-browser-games-with-accessible-python-part-2-181134e8b589 Project repo: https://github.com/jgaul3/TASweeper Twitter: https://twitter.com/jon_ghoul LinkedIn: https://www.linkedin.com/in/jon-gaul-84a195150/ [Github](https://github.com/jgaul3) [MSS](https://python-mss.readthedocs.io/) library for screenshot is very handy. Using convolution was smart, and could apply to other situations as well, so useful learning. We should look for things to automate. ## Questions ### Since IO is such a bottleneck, do you know of some ways to speed up clicking/taking screenshots? PyAutoGUI does some stuff to slow things down as going fast is flacky when going fast. Needs more looking into Below is the part that speaker updated the talk/tutorial after speech 講者於演講後有更新或勘誤投影片的部份