准备
下载安装Python3
官网下载即可,选择合适的版本:https://www.python.org/downloads/
安装一直下一步即可,记得勾选添加到环境变量。
安装pypiwin32
执行设置壁纸操作需要调用Windows系统的API,需要安装pypiwin32,控制台执行如下命令:
pip install pypiwin32
工作原理
两个线程,一个用来下载壁纸,一个用来轮换壁纸。每个线程内部均做定时处理,通过在配置文件中配置的等待时间来实现定时执行的功能。
壁纸下载线程
简易的爬虫工具,查询目标壁纸网站,过滤出有效连接,逐个遍历下载壁纸。
壁纸轮换线程
遍历存储壁纸的目录,随机选择一张壁纸路径,并使用pypiwin32库设置壁纸。
部分代码
线程创建与配置文件读取
def main(): # 加载现有配置文件 conf = configparser.ConfigParser() # 读取配置文件 conf.read("conf.ini") # 读取配置项目 search = conf.get('config', 'search') max_page = conf.getint('config','max_page') loop = conf.getint('config','loop') download = conf.getint('config','download') # 壁纸轮换线程 t1 = Thread(target=loop_wallpaper,args=(loop,)) t1.start() # 壁纸下载线程 t2 = Thread(target=download_wallpaper,args=(max_page,search,download)) t2.start()
遍历图片随机设置壁纸
def searchImage(): # 获取壁纸路径 imagePath = os.path.abspath(os.curdir) + '\images' if not os.path.exists(imagePath): os.makedirs(imagePath) # 获取路径下文件 files = os.listdir(imagePath) # 随机生成壁纸索引 if len(files) == 0: return index = random.randint(0,len(files)-1) for i in range(0,len(files)): path = os.path.join(imagePath,files[i]) # if os.path.isfile(path): if i == index: if path.endswith(".jpg") or path.endswith(".bmp"): setWallPaper(path) else: print("不支持该类型文件")
设置壁纸
def setWallPaper(pic): # open register regKey = win32api.RegOpenKeyEx(win32con.HKEY_CURRENT_USER,"Control Panel\\Desktop",0,win32con.KEY_SET_VALUE) win32api.RegSetValueEx(regKey,"WallpaperStyle", 0, win32con.REG_SZ, "2") win32api.RegSetValueEx(regKey, "TileWallpaper", 0, win32con.REG_SZ, "0") # refresh screen win32gui.SystemParametersInfo(win32con.SPI_SETDESKWALLPAPER,pic, win32con.SPIF_SENDWININICHANGE)
壁纸查询链接过滤
def crawl(page,search): # 1\. 进入壁纸查询页面 hub_url = 'https://wallhaven.cc/search"]"\s]', html) print('find links:', len(links)) news_links = [] ## 2.2 过滤需要的链接 for link in links: if not link.startswith('https://wallhaven.cc/w/'): continue news_links.append(link) print('find news links:', len(news_links)) # 3\. 遍历有效链接进入详情 for link in news_links: html = requests.get(link).text fing_pic_url(link, html) print('下载成功,当前页码:'+str(page));
图片下载
def urllib_download(url): #设置目录下载图片 robot = './images/' file_name = url.split('/')[-1] path = robot + file_name if os.path.exists(path): print('文件已经存在') else: url=url.replace('\\','') print(url) r=requests.get(url,timeout=60) r.raise_for_status() r.encoding=r.apparent_encoding print('准备下载') if not os.path.exists(robot): os.makedirs(robot) with open(path,'wb') as f: f.write(r.content) f.close() print(path+' 文件保存成功')
import部分
import re import time import requests import os import configparser import random import tldextract #pip install tldextract import win32api, win32gui, win32con from threading import Thread
完整代码请查看GitHub:https://github.com/codernice/wallpaper
知识点
- threading:多线程,这里用来创建壁纸下载和壁纸轮换两个线程。
- requests:这里用get获取页面,并获取最终的壁纸链接
- pypiwin32:访问windows系统API的库,这里用来设置壁纸。
- configparser:配置文件操作,用来读取线程等待时间和一些下载配置。
- os:文件操作,这里用来存储文件,遍历文件,获取路径等。
作者:华丽的码农
邮箱:codernice@163.com
个人博客:https://www.codernice.top
GitHub:https://github.com/codernice
以上就是Python实现壁纸下载与轮换的详细内容,更多关于python 壁纸下载与轮换的资料请关注其它相关文章!
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。
更新日志
- 《暗喻幻想》顺风耳作用介绍
- 崔健1985-梦中的倾诉[再版][WAV+CUE]
- 黄子馨《追星Xin的恋人们2》HQ头版限量编号[WAV+CUE]
- 孟庭苇《情人的眼泪》开盘母带[低速原抓WAV+CUE]
- 孙露《谁为我停留HQCD》[低速原抓WAV+CUE][1.1G]
- 孙悦《时光音乐会》纯银CD[低速原抓WAV+CUE][1.1G]
- 任然《渐晚》[FLAC/分轨][72.32MB]
- 英雄联盟新英雄安蓓萨上线了吗 新英雄安蓓萨技能介绍
- 魔兽世界奥杜尔竞速赛什么时候开启 奥杜尔竞速赛开启时间介绍
- 无畏契约CGRS准星代码多少 CGRS准星代码分享一览
- 张靓颖.2012-倾听【少城时代】【WAV+CUE】
- 游鸿明.1999-五月的雪【大宇国际】【WAV+CUE】
- 曹方.2005-遇见我【钛友文化】【WAV+CUE】
- Unity6引擎上线:稳定性提升、CPU性能最高提升4倍
- 人皇Sky今日举行婚礼!电竞传奇步入新篇章