好用的python库
大约 2 分钟
好用的python库
- colorama
- tqdm
- httpx
- rich
- flask
- flask-limiter
- pillow
- faker
- pyautogui
- arrow
- https://github.com/tiangolo/typer
- https://github.com/pallets/click
爬虫
命令行工具
- httpie
- you-get
- ipython
- qtpython
- bpython
- legit
- black
- pipenv
- poetry
- isort
- pipx
- mitmproxy
- mycli
- pgcli
- cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
- copier - A library and command-line utility for rendering projects templates.
- doitlive - A tool for live presentations in the terminal.
- howdoi - Instant coding answers via the command line.
- Invoke - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
- PathPicker - Select files out of bash output.
- percol - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- thefuck - Correcting your previous console command.
- tmuxp - A tmux session manager.
- try - A dead simple CLI to try out python packages - it's never been easier. 命令行加强
- httpie - A command line HTTP client, a user-friendly cURL replacement.
- iredis - Redis CLI with autocompletion and syntax highlighting.
- kube-shell - An integrated shell for working with the Kubernetes CLI.
- litecli - SQLite CLI with autocompletion and syntax highlighting.
- mycli - MySQL CLI with autocompletion and syntax highlighting.
- pgcli - PostgreSQL CLI with autocompletion and syntax highlighting.
- saws - A Supercharged aws-cli.
查看awesome-python
- airtest 自动化测试的库 https://airtest.doc.io.netease.com/
- rich 包
- requests或者httpx(更快)
- beautifulsoup
- scrapy
- selenium webdriver
- you-get (用来下哔哩哔哩视频)
- Tenacity docopt-ng
httpie
后端
- fastapi
- flask
- django
- torado
- sanic
界面编写
pyside(推荐) pyqt tkinter
python常用包管理工具
pip 见本文档目录
poetry https://github.com/python-poetry/poetry 还行,跟npm差不多 pipenv pipenv 推荐使用!
anaconda 见本文档
virtual env https://virtualenv.pypa.io/en/latest/
打包工具 pyinstaller auto-py-to-exe
常用python网站
mimesis
一个造假数据的库
pyautogui
控制电脑鼠标和键盘的库
yagmail
一行代码发送邮件
leveldb
https://github.com/wbolster/plyvel https://github.com/giampaolo/psutil https://github.com/rthalley/dnspython
https://github.com/autocracy/python-ipy
fake-useragent
造假useragent
情感分析
textblob
snownlp
sh
命令行工具
httpstat
美化curl