def update_img(file_name):
dir_name = os.path.abspath('.')
print(dir_name)
img_path = os.path.join(dir_name, file_name)
print(img_path)
win32gui.SystemParametersInfo(win32con.SPI_SETDESKWALLPAPER, img_path, 1 + 2)
# delete picture per month
评论列表
文章目录