-
-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef4e941
commit 5fb3b61
Showing
10 changed files
with
214 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# 关于作者 | ||
|
||
``` | ||
学生党, 主要研究方向是计算机视觉, 顺便对信息安全感兴趣。 | ||
|
||
我的个人微信公众号是: Charles_pikachu (欢迎搜索关注,或者搜"Charles的皮卡丘") | ||
|
||
我的Github账号是: https://github.com/CharlesPikachu | ||
我的Github账号是: [https://github.com/CharlesPikachu](https://github.com/CharlesPikachu) (欢迎搜索关注) | ||
|
||
我的知乎账号是: https://www.zhihu.com/people/charles_pikachu | ||
我的知乎账号是: [https://www.zhihu.com/people/charles_pikachu](https://www.zhihu.com/people/charles_pikachu) (欢迎搜索关注) | ||
|
||
我的B站账号是: https://space.bilibili.com/406756145 | ||
我的B站账号是: [https://space.bilibili.com/406756145](https://space.bilibili.com/406756145) (欢迎搜索关注) | ||
|
||
个人邮箱: [email protected] | ||
``` | ||
个人邮箱: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,56 @@ | ||
# 开发日志 | ||
|
||
- 2021-12-24: 完成v0.1.5, 集成了简易端口扫描器, 二维码生成器,鲁迅名言查询系统,仿抖音表白神器等28款小工具。 | ||
**2021-12-24** | ||
|
||
- 2022-01-05: 完成v0.1.6, 修复快递查询系统接口。 | ||
- 版本号: v0.1.5, | ||
- 更新内容: 集成了简易端口扫描器, 二维码生成器,鲁迅名言查询系统,仿抖音表白神器等28款小工具。 | ||
|
||
- 2022-01-25: 完成v0.1.7, 更好地适配Linux平台。 | ||
**2022-01-05** | ||
|
||
- 2022-01-31: 完成v0.1.8, 添加放烟花特效。 | ||
- 版本号: v0.1.6, | ||
- 更新内容: 修复快递查询系统接口。 | ||
|
||
- 2022-02-12: 完成v0.1.9, 添加arxiv小助手。 | ||
**2022-01-25** | ||
|
||
- 2022-02-13: 完成v0.1.10, 升级桌面宠物,支持冰墩墩版本。 | ||
- 版本号: v0.1.7, | ||
- 更新内容: 更好地适配Linux平台。 | ||
|
||
- 2022-02-14: 完成v0.1.11, 修复Linux上无法运行问题和pyinstaller打包的问题。 | ||
**2022-01-31** | ||
|
||
- 2022-02-15: 完成v0.1.12, 添加乌克兰地图查询系统。 | ||
- 版本号: v0.1.8, | ||
- 更新内容: 添加放烟花特效。 | ||
|
||
- 2022-03-01: 完成v0.1.13, 升级桌面宠物,支持语音对话。 | ||
**2022-02-12** | ||
|
||
- 2022-03-01: 完成v0.1.14, 升级桌面宠物,鲁棒性增强。 | ||
- 版本号: v0.1.9, | ||
- 更新内容: 添加arxiv小助手。 | ||
|
||
- 2022-03-08: 完成v0.1.15, 修复桌面宠物无法语音唤醒冰墩墩的问题。 | ||
**2022-02-13** | ||
|
||
- 版本号: v0.1.10, | ||
- 更新内容: 升级桌面宠物,支持冰墩墩版本。 | ||
|
||
**2022-02-14** | ||
|
||
- 版本号: v0.1.11, | ||
- 更新内容: 修复Linux上无法运行问题和pyinstaller打包的问题。 | ||
|
||
**2022-02-15** | ||
|
||
- 版本号: v0.1.12, | ||
- 更新内容: 添加乌克兰地图查询系统。 | ||
|
||
**2022-03-01** | ||
|
||
- 版本号: v0.1.13, | ||
- 更新内容: 升级桌面宠物,支持语音对话。 | ||
|
||
**2022-03-01** | ||
|
||
- 版本号: v0.1.14, | ||
- 更新内容: 升级桌面宠物,鲁棒性增强。 | ||
|
||
**2022-03-08** | ||
|
||
- 版本号: v0.1.15, | ||
- 更新内容: 修复桌面宠物无法语音唤醒冰墩墩的问题。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,49 @@ | ||
# 安装Pytools | ||
|
||
|
||
## 环境配置 | ||
#### 环境配置 | ||
|
||
- 操作系统: Linux or macOS or Windows | ||
- Python版本: Python3.6+ | ||
- Nodejs: 若需要使用translator等小工具, 需要安装最新版本的[Nodejs](https://nodejs.org/en/)。 | ||
- LAV Filters: 若需要在Windows上使用音乐播放器等小工具, 需要安装[LAV Filters](http://files.1f0.de/lavf/LAVFilters-0.65.exe)。 | ||
|
||
|
||
## PIP安装(推荐) | ||
#### PIP安装(推荐) | ||
|
||
在终端运行如下命令即可(请保证python在环境变量中): | ||
|
||
```sh | ||
pip install pikachupytools --upgrade | ||
``` | ||
|
||
|
||
## 源代码安装 | ||
#### 源代码安装 | ||
|
||
**1.在线安装** | ||
|
||
#### 在线安装 | ||
运行如下命令即可在线安装: | ||
|
||
```sh | ||
pip install git+https://github.com/CharlesPikachu/pytools.git@master | ||
``` | ||
|
||
#### 离线安装 | ||
**2.离线安装** | ||
|
||
利用如下命令下载pytools源代码到本地: | ||
|
||
```sh | ||
git clone https://github.com/CharlesPikachu/pytools.git | ||
``` | ||
|
||
接着, 切到pytools目录下: | ||
|
||
```sh | ||
cd pytools | ||
``` | ||
|
||
最后运行如下命令进行安装: | ||
|
||
```sh | ||
python setup.py install | ||
``` |
Oops, something went wrong.