1. 首页
  2. 数据库
  3. 其它
  4. python如何爬取个性签名

python如何爬取个性签名

上传者: 2021-01-16 23:23:23上传 PDF文件 38.21KB 热度 38次
思路 改进原博主文章(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
用户评论