图床
下载
设置github
- 注册github(跳过)
- 新建repo,命名为img
- 设置token
- 访问:https://github.com/settings/tokens
- 点击:generate new token
- 打钩 “repo“就可以了
- 点:generate token
- 注意:把生成的token复制下来,下面需要使用,这个token生成后只会显示一次
设置picGO
- 打开详细设置
- 点击“图床设置”-“GitHub图床”
- 设置仓库名:如:github名称/仓库名
- 设定分支名:如:master
- 设定token:上面让你生成的token
开始使用
- 截图后用imagine压缩
- 直接拖拽到picGO上
- 粘贴剪切板的链接到markdown文档里
jupyter 制作网页ppt
安装和使用
1 | pip3 install jupyter # or python -m pip install jupyter |
压测工具 Locust
安装
1 | pip3 install locustio |
快速生成flask项目
安装:
1 | pip3 install cookiecutter |
基本使用
1 |
视频下载(youtube-dl、you-get)**
安装
1 | pip3 install --upgrade youtube-dl |
数据可视化模块
安装
1 | pip3 install pyecharts |
文档地址(中文):https://pyecharts.org/#/zh-cn/
linux命令
tldr命令
github地址:https://github.com/tldr-pages/tldr
1 | pip3 install tldr # 提示命令如何使用 |
github地址:
fzf命令**
github地址:https://github.com/junegunn/fzf
1 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf |
thefuck
下载
1 | pip3 install thefuck |
github地址:https://github.com/nvbn/thefuck
基本使用**
1 | cd ** # 然后tab |
vim小游戏
下载
1 | git clone https://github.com/jmoon018/PacVim.git |
玩法
chrome插件
- FeHelper插件
- Tampermonkey(油猴子)
- vimium
- Octotree
- Momentum
- OneTab
管理python环境
下载
1 | pip3 install virtualenvwrapper |
设置环境变量
1 | 把下面两行代码添加到 ~/.bashrc文件中 |
常用命令
1 | 创建一个虚拟环境 |
文档查询工具
下载
1 | 地址:https://zealdocs.org/ |