# WallPaper **Repository Path**: zen_shawn/WallPaper ## Basic Information - **Project Name**: WallPaper - **Description**: 自动设置古典诗句为桌面壁纸 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-04 - **Last Updated**: 2023-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 适用于Windows系统, 随机将motto.txt中的诗句,与bgpics中的图片合成,并设置为桌面背景 # 使用 直接运行dist文件夹里的exe程序,程序已经将所有资源打包,可以独立运行 # 开发 use the below cmd to generate .spec file and modify it `pyi-makespec -F WallPaper.py` use the following cmd to build standalone exe `pyintaller -F WallPaper.spec`