geekdoc-python-zh/docs/pythonlibrary/python-automation-libraries...

32 lines
1.3 KiB
Markdown

# Python 自动化库(视频)
> 原文:<https://www.blog.pythonlibrary.org/2022/05/25/python-automation-libraries-video/>
在这个方便的视频中,了解一些可以在 Python 中使用的自动化包。视频下方还提供了链接。
[https://www.youtube.com/embed/5-wG0MpiJLQ?feature=oembed](https://www.youtube.com/embed/5-wG0MpiJLQ?feature=oembed)
### Web 自动化包
* 硒-[https://www.selenium.dev/](https://www.selenium.dev/)
* 游戏权-[https://playwright.dev/python/docs/intro](https://playwright.dev/python/docs/intro)
* 刺儿头-[https://scrapy.org/](https://scrapy.org/)
* https://www.crummy.com/software/BeautifulSoup/bs4/doc/
### GUI 自动化包
* http://sikulix.com/
* 皮温汽车-https://pywinauto.readthedocs.io/en/latest/
* PyAutoGUI-[https://pyautogui.readthedocs.io/en/latest/](https://pyautogui.readthedocs.io/en/latest/)
### Excel 自动化
* https://openpyxl.readthedocs.io/en/stable/
* 熊猫-[https://pandas.pydata.org/](https://pandas.pydata.org/)
* XlsxWriter-[https://xlsxwriter.readthedocs.io/](https://xlsxwriter.readthedocs.io/)
* XL wings-[https://www.xlwings.org/](https://www.xlwings.org/)
### 了解更多 Python
* [在 Twitter 上关注迈克](https://twitter.com/driscollis)
* 书籍-[https://leanpub.com/u/mikedriscoll](https://leanpub.com/u/mikedriscoll)