# icd10字典爬虫 **Repository Path**: binlily/icd10-dictionary-crawler ## Basic Information - **Project Name**: icd10字典爬虫 - **Description**: icd-10 疾病字典爬虫,感谢内容提供网站。字典已经爬好放在icd-10.csv文件中,可直接使用,避免重复抓取。代码仅供学习之用 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-21 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # icd10字典爬虫 #### 使用说明 1. 下载源代码 2. Linux环境下执行: ```bash > chmod +x app.py > ./app.py > python3 app.py #或者执行这个 ``` 3. Window环境下执行: ```bash > python app.py ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request