Skip to content

Commit

Permalink
bump to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Mar 24, 2022
1 parent ef4e941 commit 5fb3b61
Show file tree
Hide file tree
Showing 10 changed files with 214 additions and 66 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can star this repository to keep track of the project if it's helpful for yo


# Support List
| Name | Introduction | Code | In Chinese |
| Name_EN | Introduction | Core Code | Name_CN |
| :----: | :----: | :----: | :----: |
| portscanner | [click](https://mp.weixin.qq.com/s/98VnIO9JEdAqcIPdxq1cOg) | [click](./pytools/modules/portscanner) | 简易端口扫描器 |
| timer | [click](https://mp.weixin.qq.com/s/8HcXQjcsyegYzp_yt1cE5w) | [click](./pytools/modules/timer) | 简易计时器 |
Expand Down Expand Up @@ -109,6 +109,7 @@ tool_client.execute(random.choice(list(all_supports.values())))
- [CodeFree](https://github.com/CharlesPikachu/codefree): Make no code a reality.
- [DeepLearningToys](https://github.com/CharlesPikachu/deeplearningtoys): Some deep learning toys implemented in pytorch.
- [DataAnalysis](https://github.com/CharlesPikachu/dataanalysis): Some data analysis projects in charles_pikachu.
- [Imagedl](https://github.com/CharlesPikachu/imagedl): Search and download images from specific websites.


# More
Expand Down
10 changes: 4 additions & 6 deletions docs/Author.md
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]
55 changes: 44 additions & 11 deletions docs/Changelog.md
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,
- 更新内容: 修复桌面宠物无法语音唤醒冰墩墩的问题。
21 changes: 16 additions & 5 deletions docs/Install.md
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
```
Loading

0 comments on commit 5fb3b61

Please sign in to comment.