# crawl_hero

[![Version](https://img.shields.io/badge/version-v1.1.0-brightgreen)](https://git.yoqi.me/lyq/crawl_hero)
[![.Python](https://img.shields.io/badge/Python-v3.8.5-brightgreen?style=plastic)](https://git.yoqi.me/lyq/crawl_hero)

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

```
# 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

```

## License

Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)