摘要: ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- __author__ = 'jiangwenwen' from PIL import Image import win32api import win32con import win32gui import os def set_wallpaper_from_bmp(bmp_path): ... 阅读全文
posted @ 2019-03-07 01:26 姜文文 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- __author__ = 'jiangwenwen' from bs4 import BeautifulSoup import requests import time import os import wallpaper # 获取图片地址 content = requests.get("h... 阅读全文
posted @ 2019-03-07 01:24 姜文文 阅读(540) 评论(0) 推荐(0) 编辑