写了个带声音和文字提醒的倒计时应用并彻底解决pygame的Unable to open file错误和播放闪退
碎碎念
一眨眼七个多月过去了,博客都没有更新,最近公司项目实在多,累得不行,再加上我偷懒的原因所以到现在才更新一篇。
开始
我新建了一个repo,地址在这里,代码拉下来后运行sudo pip3 install --requirement requirements.txt
安装pygame库。
使用方法
$ python3 countdown.py -h
usage: countdown.py [-h] [-m MINUTE] [-t TASK_CONTENT]
A simple countdown app to help you deal with the daily things
optional arguments:
-h, --help show this help message and exit
-m MINUTE, --minute MINUTE
The minute(s) you want to count down
-t TASK_CONTENT, --task_content TAS
… 阅读更多