分类: python

3 篇文章

AI 自动化工具
源LLM友好型网页爬虫和抓取工具 https://github.com/unclecode/crawl4ai 可以将用户界面屏幕截图解析为结构化且易于理解的元素 https://github.com/microsoft/OmniParser 使用说明 https://zhuanlan.zhihu.com/p/24662930428
python 命令
python.exe -m venv .venv python.exe -m pip install -r .\requirements.txt --proxy=192.168.0.90:17890 python -m pip freeze > requirements.txt python -m pip install -r require…