python如何爬取个性签名

80229李 37 0 PDF 2021-01-16 23:01:23

思路 改进原博主文章(Python GUI–Tkinter简单实现个性签名设计)的代码,原先的代码是基于Python2的,我这份代码基于Python3 并针对当前的网站做了相应调整 前置要求 Python 3.X tkinter PIL 完整代码 # -*- coding:utf-8 -*- from tkinter import * import tkinter import requests import re from PIL import Image def download(): start_url = 'http://www.uustv.com/' name = ent

用户评论
请输入评论内容
评分:
暂无评论