Learn about some of the automation packages that you can use in Python in this handy video. Links are also provided here underneath the video.
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
Follow Mike on Twitter
Books – https://leanpub.com/u/mikedriscoll
The post Python Automation Libraries (Video) appeared first on Mouse Vs Python.