fish d965841514 mv http file | 4 months ago | |
---|---|---|
.vscode | 2 years ago | |
bin | 2 years ago | |
crawl_hero | 4 months ago | |
docs | 4 months ago | |
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
getHero.spec | 2 years ago | |
main.py | 2 years ago | |
requirements.txt | 2 years ago |
英雄联盟游戏头像爬虫工具
# 2. 编写一个工具(LOL皮肤下载工具) ----封装的思想
# 给用户展示所有的英雄名称和id (在控制台输出 所有英雄的名称和id 每三个为一行)
# 用户输入想要的英雄皮肤 (用户输入所需要的英雄id)
# 如果有,则进行下载, 判断id是否在英雄id列表中存在
# 如果没有让用户从新输入 y 继续数据皮肤信息 n 输出程序结束
virtualenv .venv
pip install -r requirements.txt
python main.py
zip -r data.zip data
pip install pyinstaller
pyinstaller -F -c getHero.py
Licensed under the Apache 2.0 © liuyuqi.gov@msn.cn