1 Star 1 Fork 0

l0rraine/DeepinAutoWallPaper

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DownUnSplashWallpaper.py 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
l0rraine 提交于 2024-10-25 16:34 +08:00 . first commit
# -*-coding:utf-8-*-
import subprocess
import random
import Setting
def downNow(img_save):
img_href = 'https://picsum.photos/1920/1080'
# 下载图片
#comm = 'curl -L %s %s --output %s' % (Setting.proxy, img_href, img_save)
comm = '/usr/bin/curl -SsL %s --output %s' % (img_href, img_save)
subprocess.run(comm,shell=True)
return img_save
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/l0rraine/deepin-auto-wall-paper.git
git@gitee.com:l0rraine/deepin-auto-wall-paper.git
l0rraine
deepin-auto-wall-paper
DeepinAutoWallPaper
master

搜索帮助