Learn about some of the many packages you can use for automation in Python
Web Automation Packages
Selenium – https://www.selenium.dev/
Playright – https://playwright.dev/python/docs/intro
ScraPy – https://scrapy.org/
BeautifulSoup – https://www.crummy.com/software/BeautifulSoup/bs4/doc/
GUI Automation Packages
SikuliX – http://sikulix.com/
pywinauto – https://pywinauto.readthedocs.io/en/latest/
PyAutoGUI – https://pyautogui.readthedocs.io/en/latest/
Excel Automation
OpenPyXL – https://openpyxl.readthedocs.io/en/stable/
pandas – https://pandas.pydata.org/
XlsxWriter – https://xlsxwriter.readthedocs.io/
XLWings – https://www.xlwings.org/
Learn More Python
Mouse vs Python – https://www.blog.pythonlibrary.org/
Twitter – https://twitter.com/driscollis
Books – https://leanpub.com/u/mikedriscoll
source