# 组件库-Python **Repository Path**: hzdd/Component ## Basic Information - **Project Name**: 组件库-Python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-07 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 组件库-Python #### 介绍 ------------------------------------------ 1. scrap_pdf.py:PDF数据抓取 2. scrap_net.py:网络数据抓取 3. scrap_ocr.py:App中数据抓取-OCR 4. scrap_win.py:App中数据抓取-WIN ------------------------------------------ 11. out_csv.py:数据输出-CSV 12. out_xls.py:数据输出-Excel 13. out_sql.py:数据输出-SQLite ------------------------------------------ 21. cfg_ini.py:全局量、配置及日志等 22. gui_com.py:主界面等相关定制 ------------------------------------------ #### 命令 ------------------------------------------ git clone https://gitee.com/hzdd/Component.git git add . git commit -m "" git push git pull git fetch ------------------------------------------ conda env list conda activate p3818 conda remove -n p3818 --all conda create -n p3818n python=3.8 ------------------------------------------