英雄联盟游戏头像爬虫工具

git@yoqi.me 8cbfc7d5a7 modify readme 6 months ago
.vscode 24e951fc24 init 2 years ago
bin 0f1f9eac98 优化项目结构 1 year ago
crawl_hero 0f1f9eac98 优化项目结构 1 year ago
docs 0f1f9eac98 优化项目结构 1 year ago
.gitignore 0f1f9eac98 优化项目结构 1 year ago
LICENSE.md 05979a3750 add LICENSE.md 2 years ago
README.md 8cbfc7d5a7 modify readme 6 months ago
game.gtimg.cn.http 0f1f9eac98 优化项目结构 1 year ago
getHero.spec 0f1f9eac98 优化项目结构 1 year ago
main.py 0f1f9eac98 优化项目结构 1 year ago
requirements.txt 24e951fc24 init 2 years ago

README.md

crawl_hero

Version .Python

英雄联盟游戏头像爬虫工具

# 2. 编写一个工具(LOL皮肤下载工具) ----封装的思想
#   给用户展示所有的英雄名称和id (在控制台输出 所有英雄的名称和id  每三个为一行)
#   用户输入想要的英雄皮肤   (用户输入所需要的英雄id)
#   如果有,则进行下载,      判断id是否在英雄id列表中存在
#   如果没有让用户从新输入    y 继续数据皮肤信息    n 输出程序结束



virtualenv .venv 

pip install -r requirements.txt

pip install pyinstaller
pyinstaller -F -c  getHero.py

License

Licensed under the Apache 2.0 © liuyuqi.gov@msn.cn