diff --git a/README.md b/README.md index 0049734..e4a4445 100644 --- a/README.md +++ b/README.md @@ -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) | 简易计时器 | @@ -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 diff --git a/docs/Author.md b/docs/Author.md index 8cdcb65..a3560b8 100644 --- a/docs/Author.md +++ b/docs/Author.md @@ -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) (欢迎搜索关注) -个人邮箱: charlesblwx@gmail.com -``` \ No newline at end of file +个人邮箱: charlesblwx@gmail.com \ No newline at end of file diff --git a/docs/Changelog.md b/docs/Changelog.md index 9812425..0b89371 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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, 修复桌面宠物无法语音唤醒冰墩墩的问题。 \ No newline at end of file +**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, +- 更新内容: 修复桌面宠物无法语音唤醒冰墩墩的问题。 \ No newline at end of file diff --git a/docs/Install.md b/docs/Install.md index 22fea70..b23c948 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -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 ``` \ No newline at end of file diff --git a/docs/Quickstart.md b/docs/Quickstart.md index 3c9e1bf..7c5ce71 100644 --- a/docs/Quickstart.md +++ b/docs/Quickstart.md @@ -4,6 +4,7 @@ ## 已经支持的小工具 #### 简易端口扫描器 + 1.公众号文章链接 暂无 @@ -13,6 +14,7 @@ 简单的端口扫描工具。 3.调用示例代码 + ```python from pytools import pytools @@ -21,6 +23,7 @@ tool_client.execute('portscanner', config={'target_ip': '127.0.0.1'}) ``` 4.config中支持的参数 + ``` { target_ip: 目标IP地址, 默认值"127.0.0.1", @@ -32,6 +35,7 @@ tool_client.execute('portscanner', config={'target_ip': '127.0.0.1'}) ``` #### 简易计时器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/8HcXQjcsyegYzp_yt1cE5w) @@ -41,6 +45,7 @@ tool_client.execute('portscanner', config={'target_ip': '127.0.0.1'}) 简单的计时工具。 3.调用示例代码 + ```python from pytools import pytools @@ -49,6 +54,7 @@ tool_client.execute('timer') ``` 4.config中支持的参数 + ``` { start_color: 开始计时的时候的字体颜色, 默认值"white", @@ -58,6 +64,7 @@ tool_client.execute('timer') ``` #### 邮箱安全性验证工具 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/9u1CIa8MdoiXGGdPqae8fA) @@ -67,6 +74,7 @@ tool_client.execute('timer') 验证邮箱密码是否存在泄露。 3.调用示例代码 + ```python from pytools import pytools @@ -75,6 +83,7 @@ tool_client.execute('emailsecurity', config={'emails': ['1159254961@qq.com']}) ``` 4.config中支持的参数 + ``` { emails: 需要验证的emails列表, 默认值"['stevenlmh@163.com', 'hubeiyangyi@163.com', 'h465932675@163.com', 'xiajiahao456@163.com', 'zhangaorui1@163.com', 'babby126@163.com', 'a794685816@163.com', 'zzw67090@163.com', 'maye915@163.com', 'mao164951618@163.com', 'mczhoulei2011@163.com']", @@ -84,6 +93,7 @@ tool_client.execute('emailsecurity', config={'emails': ['1159254961@qq.com']}) ``` #### 简易计算器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/x6ygDEWHiYX10AP4y8e3MA) @@ -93,6 +103,7 @@ tool_client.execute('emailsecurity', config={'emails': ['1159254961@qq.com']}) 简单的计算器。 3.调用示例代码 + ```python from pytools import pytools @@ -101,6 +112,7 @@ tool_client.execute('calculator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"简易计算器 —— Charles的皮卡丘", @@ -109,6 +121,7 @@ tool_client.execute('calculator') ``` #### 根据IP地址查询地理信息小工具 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/lYWxt00erojeSoyRWA1R5g) @@ -118,6 +131,7 @@ tool_client.execute('calculator') 根据输入的IP地址查询地理坐标。 3.调用示例代码 + ```python from pytools import pytools @@ -126,6 +140,7 @@ tool_client.execute('iplocationquery', config={'ipaddress': '202.108.23.153'}) ``` 4.config中支持的参数 + ``` { ipaddress: 需要查询的IP地址, 默认值"202.108.23.153", @@ -133,6 +148,7 @@ tool_client.execute('iplocationquery', config={'ipaddress': '202.108.23.153'}) ``` #### 简易时钟 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/8JPxEHGZ2u7dsEUJS-9WbQ) @@ -142,6 +158,7 @@ tool_client.execute('iplocationquery', config={'ipaddress': '202.108.23.153'}) 简单的时钟。 3.调用示例代码 + ```python from pytools import pytools @@ -150,6 +167,7 @@ tool_client.execute('clock') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"简易时钟 —— Charles的皮卡丘", @@ -158,6 +176,7 @@ tool_client.execute('clock') ``` #### 快递查询系统 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/haNR8Yr9RsSXaTd0jl5PFA) @@ -167,6 +186,7 @@ tool_client.execute('clock') 根据快递单号查询快递。 3.调用示例代码 + ```python from pytools import pytools @@ -175,6 +195,7 @@ tool_client.execute('inquiryexpress') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"快递查询系统 —— Charles的皮卡丘", @@ -182,6 +203,7 @@ tool_client.execute('inquiryexpress') ``` #### 二维码生成器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/XFmumQbQP4d9qf6HQBLVnA) @@ -191,6 +213,7 @@ tool_client.execute('inquiryexpress') 根据输入文字生成二维码。 3.调用示例代码 + ```python from pytools import pytools @@ -199,6 +222,7 @@ tool_client.execute('qrcodegenerator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"二维码生成器 —— Charles的皮卡丘", @@ -206,6 +230,7 @@ tool_client.execute('qrcodegenerator') ``` #### 音乐播放器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/SUyRNz_M7B6bcdV7-YxlZQ) @@ -215,6 +240,7 @@ tool_client.execute('qrcodegenerator') 简单的音乐播放器。 3.调用示例代码 + ```python from pytools import pytools @@ -223,6 +249,7 @@ tool_client.execute('musicplayer') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"音乐播放器 —— Charles的皮卡丘", @@ -239,6 +266,7 @@ tool_client.execute('musicplayer') 查询某句话鲁迅有没有说过。 3.调用示例代码 + ```python from pytools import pytools @@ -247,6 +275,7 @@ tool_client.execute('luxunsentencesquery') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"鲁迅名言查询系统 —— Charles的皮卡丘", @@ -254,6 +283,7 @@ tool_client.execute('luxunsentencesquery') ``` #### 奔跑的猫 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/8Fgzb8JiAoNSJqUanSi85Q) @@ -263,6 +293,7 @@ tool_client.execute('luxunsentencesquery') 仿MAC上的奔跑的猫小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -271,6 +302,7 @@ tool_client.execute('runcat') ``` 4.config中支持的参数 + ``` { monitor_type: 监视类型, 支持"cpu"和"memory", 默认值"cpu", @@ -278,6 +310,7 @@ tool_client.execute('runcat') ``` #### 新年贺卡生成器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/XCPkiXrKGZrVpNvyRlzgvA) @@ -287,6 +320,7 @@ tool_client.execute('runcat') 生成新年贺卡的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -295,6 +329,7 @@ tool_client.execute('newyearcardgenerator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"新年贺卡生成器 —— Charles的皮卡丘", @@ -302,6 +337,7 @@ tool_client.execute('newyearcardgenerator') ``` #### 仿抖音表白神器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/wMxMrx07ZeOfYEXpuGYVsg) @@ -311,6 +347,7 @@ tool_client.execute('newyearcardgenerator') 仿抖音表白小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -319,6 +356,7 @@ tool_client.execute('naughtyconfession') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"来自一位喜欢你的小哥哥", @@ -326,6 +364,7 @@ tool_client.execute('naughtyconfession') ``` #### 多肉数据查询系统 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/1_PzYVkMXwXrCiHBP5nZtQ) @@ -335,6 +374,7 @@ tool_client.execute('naughtyconfession') 查询多肉品种的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -343,6 +383,7 @@ tool_client.execute('succulentquery') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"多肉数据查询系统 —— Charles的皮卡丘", @@ -350,6 +391,7 @@ tool_client.execute('succulentquery') ``` #### 艺术签名生成器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/CYxAgJZdEc87XIRcqWgRqw) @@ -359,6 +401,7 @@ tool_client.execute('succulentquery') 生成艺术签名的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -367,6 +410,7 @@ tool_client.execute('artsigngenerator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"艺术签名生成器 —— Charles的皮卡丘", @@ -374,6 +418,7 @@ tool_client.execute('artsigngenerator') ``` #### 给定中文名的性别猜测器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/NS3DfRpIfw5wFsV3EaqEzQ) @@ -383,6 +428,7 @@ tool_client.execute('artsigngenerator') 给定中文名,判断性别的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -391,6 +437,7 @@ tool_client.execute('genderpredictor') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"给定中文名的性别猜测器 —— Charles的皮卡丘", @@ -398,6 +445,7 @@ tool_client.execute('genderpredictor') ``` #### 成语接龙小软件 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/ncgl2OBUZsE77gOy1gclYg) @@ -407,6 +455,7 @@ tool_client.execute('genderpredictor') 成语接龙小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -415,6 +464,7 @@ tool_client.execute('idiomsolitaire') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"成语接龙小软件 —— Charles的皮卡丘", @@ -422,6 +472,7 @@ tool_client.execute('idiomsolitaire') ``` #### 特朗普推特生成器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/KO_nWpejIqQNKZgbCBfWEQ) @@ -431,6 +482,7 @@ tool_client.execute('idiomsolitaire') 生成特朗普风格的推特的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -439,6 +491,7 @@ tool_client.execute('trumptweetsgenerator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"特朗普推特生成器 —— Charles的皮卡丘", @@ -446,6 +499,7 @@ tool_client.execute('trumptweetsgenerator') ``` #### 身份证信息查询工具 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/2zljIGm-5WlRCq68ADXSiw) @@ -455,6 +509,7 @@ tool_client.execute('trumptweetsgenerator') 根据身份证号推断个人信息的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -463,6 +518,7 @@ tool_client.execute('idcardquery') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"身份证信息查询工具 —— Charles的皮卡丘", @@ -470,6 +526,7 @@ tool_client.execute('idcardquery') ``` #### 视频播放器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/pG6SwhfNSWZuHxuMcEQZog) @@ -479,6 +536,7 @@ tool_client.execute('idcardquery') 简单的视频播放器。 3.调用示例代码 + ```python from pytools import pytools @@ -487,6 +545,7 @@ tool_client.execute('videoplayer') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"视频播放器 —— Charles的皮卡丘", @@ -494,6 +553,7 @@ tool_client.execute('videoplayer') ``` #### 春联生成器 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/L1gmiMJ-M8T-QgSeJckYEw) @@ -503,6 +563,7 @@ tool_client.execute('videoplayer') 根据主题自动生成春联的小软件。 3.调用示例代码 + ```python from pytools import pytools @@ -511,6 +572,7 @@ tool_client.execute('coupletgenerator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"春联生成器 —— Charles的皮卡丘", @@ -520,6 +582,7 @@ tool_client.execute('coupletgenerator') ``` #### 翻译软件 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/SWR-bUdqfpn3NxR5OgCYlg) @@ -529,6 +592,7 @@ tool_client.execute('coupletgenerator') 简单的翻译软件。 3.调用示例代码 + ```python from pytools import pytools @@ -537,6 +601,7 @@ tool_client.execute('translator') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"翻译软件 —— Charles的皮卡丘", @@ -544,6 +609,7 @@ tool_client.execute('translator') ``` #### 桌面宠物 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/4kOzdRXmrxzR88QcYYSFvQ) @@ -553,6 +619,7 @@ tool_client.execute('translator') 简单的桌面宠物, 有皮卡丘。 3.调用示例代码 + ```python from pytools import pytools @@ -561,6 +628,7 @@ tool_client.execute('desktoppet') ``` 4.config中支持的参数 + ``` { ACTION_DISTRIBUTION: 连贯动作的图片索引, 默认值"[['1', '2', '3'], ['4', '5', '6', '7', '8', '9', '10', '11'], ...]", @@ -570,6 +638,7 @@ tool_client.execute('desktoppet') ``` #### 让电脑主板上的蜂鸣器哼歌 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/-yT1NxAUTN8hzZs76qzqjQ) @@ -579,6 +648,7 @@ tool_client.execute('desktoppet') 让电脑主板上的蜂鸣器哼歌。 3.调用示例代码 + ```python from pytools import pytools @@ -587,6 +657,7 @@ tool_client.execute('computersinger') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"让电脑主板上的蜂鸣器哼歌 —— Charles的皮卡丘", @@ -594,6 +665,7 @@ tool_client.execute('computersinger') ``` #### 你生日那天的宇宙 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/hJDcRHNHT1Zc0akctvWqsA) @@ -603,6 +675,7 @@ tool_client.execute('computersinger') 查看你生日那天哈勃望远镜拍到的宇宙。 3.调用示例代码 + ```python from pytools import pytools @@ -611,6 +684,7 @@ tool_client.execute('hubbleseeonbirthday') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"你生日那天的宇宙 —— Charles的皮卡丘", @@ -618,6 +692,7 @@ tool_client.execute('hubbleseeonbirthday') ``` #### 动态更新地球壁纸 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/pDZpzzpd1g5bodtFdEROEg) @@ -627,6 +702,7 @@ tool_client.execute('hubbleseeonbirthday') 将当前卫星拍到的照片设置为电脑壁纸。 3.调用示例代码 + ```python from pytools import pytools @@ -635,6 +711,7 @@ tool_client.execute('earthwallpaper') ``` 4.config中支持的参数 + ``` { cache_dir: 缓存文件夹, 默认值"download", @@ -643,6 +720,7 @@ tool_client.execute('earthwallpaper') ``` #### 电影小助手 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/VlwCyD99YBYhIbwG4rYN3A) @@ -652,6 +730,7 @@ tool_client.execute('earthwallpaper') 电影查询小工具。 3.调用示例代码 + ```python from pytools import pytools @@ -660,11 +739,13 @@ tool_client.execute('moviehelper') ``` 4.config中支持的参数 + ```python 暂无 ``` #### 邮件控制电脑 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/KnG-mncegaB35v5THAUJXQ) @@ -674,6 +755,7 @@ tool_client.execute('moviehelper') 利用邮件远程控制电脑。 3.调用示例代码 + ```python from pytools import pytools @@ -682,6 +764,7 @@ tool_client.execute('controlpcbyemail') ``` 4.config中支持的参数 + ```python time_interval: 失败重复尝试次数, 默认值"5" options: 选项, 默认值 @@ -708,6 +791,7 @@ word2cmd_dict: 命令字典, 默认值 ``` #### 放烟花特效 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/wzz_7gKIt7iU-7kM_9o_pw) @@ -717,6 +801,7 @@ word2cmd_dict: 命令字典, 默认值 实现放烟花特效。 3.调用示例代码 + ```python from pytools import pytools @@ -725,11 +810,13 @@ tool_client.execute('playfireworks') ``` 4.config中支持的参数 + ```python 暂无 ``` #### Arxiv小助手 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/XypPxlWmzbRoEEEhusEXJA) @@ -739,6 +826,7 @@ tool_client.execute('playfireworks') 定时给自己推送arxiv上自己感兴趣的论文。 3.调用示例代码 + ```python from pytools import pytools @@ -747,6 +835,7 @@ tool_client.execute('arxivhelper', config={'time_interval': 3600*5, 'server_key' ``` 4.config中支持的参数 + ```python { time_interval: 每隔多少秒搜索一次arxiv,默认值为5*3600秒, 即5小时, @@ -757,6 +846,7 @@ tool_client.execute('arxivhelper', config={'time_interval': 3600*5, 'server_key' ``` #### 乌克兰地图查询系统 + 1.公众号文章链接 [点击查看](https://mp.weixin.qq.com/s/zthIMtWqF7mJiIlXy1-bsA) @@ -766,6 +856,7 @@ tool_client.execute('arxivhelper', config={'time_interval': 3600*5, 'server_key' 简单的乌克兰地图查询系统。 3.调用示例代码 + ```python from pytools import pytools @@ -774,6 +865,7 @@ tool_client.execute('ukrainemap') ``` 4.config中支持的参数 + ``` { title: 软件显示的标题, 默认值"乌克兰地图查询系统 —— Charles的皮卡丘", @@ -782,7 +874,9 @@ tool_client.execute('ukrainemap') ## 随机运行一个小程序 + 写如下代码,保存并运行即可: + ```python import random from pytools import pytools diff --git a/docs/Recommend.md b/docs/Recommend.md new file mode 100644 index 0000000..1db8bf9 --- /dev/null +++ b/docs/Recommend.md @@ -0,0 +1,31 @@ +# 项目推荐 + +- [Python制作小游戏](https://github.com/CharlesPikachu/Games) + +- [Python模拟登录系列](https://github.com/CharlesPikachu/DecryptLogin) + +- [Python制作音乐下载器](https://github.com/CharlesPikachu/musicdl) + +- [Python制作视频下载器](https://github.com/CharlesPikachu/videodl) + +- [Python制作的一些实用工具](https://github.com/CharlesPikachu/pytools) + +- [Python玩转微信](https://github.com/CharlesPikachu/pikachuwechat) + +- [Python美化图片或视频](https://github.com/CharlesPikachu/pydrawing) + +- [Python实现图像压缩算法](https://github.com/CharlesPikachu/imagecompressor) + +- [Python制作免费代理工具](https://github.com/CharlesPikachu/freeproxy) + +- [Python制作论文下载器](https://github.com/CharlesPikachu/paperdl) + +- [Python实现终端看中华人民共和国国务院新闻办公室](https://github.com/CharlesPikachu/sciogovterminal) + +- [Python实现代码自由](https://github.com/CharlesPikachu/codefree) + +- [Python写的一些深度学习小案例](https://github.com/CharlesPikachu/deeplearningtoys) + +- [Python数据分析相关的小项目](https://github.com/CharlesPikachu/dataanalysis) + +- [Python制作图片下载器](https://github.com/CharlesPikachu/imagedl) diff --git a/docs/State.md b/docs/State.md new file mode 100644 index 0000000..5ddd58e --- /dev/null +++ b/docs/State.md @@ -0,0 +1,8 @@ +# 项目声明 + +