摘要: 网上的妹子图爬虫:只爬取一个人物相册 import requests from bs4 import BeautifulSoup headers = { 'User-Agent':'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'Refer 阅读全文
posted @ 2020-01-17 22:46 wztshine 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Microsoft word 文件编辑 from docx import Document from docx.shared import Inches document = Document() # document.add_heading('Document Title', 0) # 插入标题 阅读全文
posted @ 2020-01-17 19:31 wztshine 阅读(251) 评论(0) 推荐(0) 编辑
摘要: from uiautomator import Device from PIL import Image import math import operator from functools import reduce # 比较图片 def image_compare(img1,img2): ima 阅读全文
posted @ 2020-01-17 19:29 wztshine 阅读(555) 评论(0) 推荐(0) 编辑