Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunCat_py

Introductoin

RunCat_for_windows项目的python实现。

Install & Run

方案 1

下载release里的exe,双击运行

方案 2

脚本运行

# step 1:
pip install -f requirements.txt
# step 2: 下载猫片 地址:https://github.com/Kyome22/RunCat_for_windows/tree/master/RunCat/resources/cat
# 放在一个文件夹中,修改running_cat.py中的路径为存放猫片的文件夹
# step 3:
python running_cat.py

方案 3

自行编译

# [Option]
pip install pyinstaller
pyinstaller -F -w -i cat/light_cat_1.ico running_cat.py --add-data .\cat\*;.\cat\
# 双击dist/running_cat.exe

Reference

灵感来源: https://github.com/Kyome22/RunCat_for_windows

代码实现参考: https://github.com/samclane/LIFX-Control-Panel 历史版本中的SysTrayIcon.py 最新版本中已无这个文件

About

RunCat的python实现

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages