我有时候需要用相关的壁纸或者图片,想偷懒,有了这东西,哈哈哈,后面有点想做成一个工具箱。

下载链接:https://lanzous.com/icwt5gj

Python 图片下载器

Python 图片下载器

Python 3.7.1

 

依赖包

import requests
from urllib.parse import urlencode
import os
from threading import Thread
from multiprocessing.pool import Pool
from tkinter.messagebox import *
import logging
from tkinter import *
from tkinter.filedialog import askdirectory
import re

 

主要技术

图片下载:百度用的ajax,壁纸用request正则,多线程

界面:tkinter,布局用的place

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-11-26
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-24
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案