Pytools

September 17, 2022 · View on GitHub


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://pikachupytools.readthedocs.io/zh/latest/

Pytools

Some useful tools written by pure python.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support List

Name_ENIntroductionCore CodeName_CN
portscannerclickclick简易端口扫描器
timerclickclick简易计时器
emailsecurityclickclick邮箱安全性验证工具
calculatorclickclick简易计算器
iplocationqueryclickclick根据IP地址查询地理信息小工具
clockclickclick简易时钟
inquiryexpressclickclick快递查询系统
qrcodegeneratorclickclick二维码生成器
musicplayerclickclick音乐播放器
luxunsentencesqueryclickclick鲁迅名言查询系统
runcatclickclick奔跑的猫
newyearcardgeneratorclickclick新年贺卡生成器
naughtyconfessionclickclick仿抖音表白神器
succulentqueryclickclick多肉数据查询系统
artsigngeneratorclickclick艺术签名生成器
genderpredictorclickclick给定中文名的性别猜测器
idiomsolitaireclickclick成语接龙小软件
trumptweetsgeneratorclickclick特朗普推特生成器
idcardqueryclickclick身份证信息查询工具
videoplayerclickclick视频播放器
coupletgeneratorclickclick春联生成器
translatorclickclick翻译软件
desktoppetclickclick桌面宠物
computersingerclickclick让电脑主板上的蜂鸣器哼歌
hubbleseeonbirthdayclickclick你生日那天的宇宙
earthwallpaperclickclick动态更新地球壁纸
moviehelperclickclick电影小助手
controlpcbyemailclickclick邮件控制电脑
playfireworksclickclick放烟花特效
arxivhelperclickclickArxiv小助手
ukrainemapclickclick乌克兰地图查询系统
sovietgeneratorclickclick苏联笑话生成器
goodgoodgeneratorclickclick稳中向好生成器
tianyanchaclickclick天眼查
decryptbrowserclickclick盗取浏览器里的账号密码
githubaccelerationclickclick国内访问Github一键加速脚本
modifyfoldericonclickclick文件夹图标批量修改
sheepsheepclickclick"羊了个羊"小助手

Install

Preparation

  • Nodejs: Since some of the tools depend on nodejs, e.g., translator, you should install the latest Nodejs if you want to use those tools.
  • LAV Filters: If you want to use musicplayer or videoplayer in Windows, you have to install the decoder of DirectShow, such as LAV Filters.

Pip install

run "pip install pikachupytools"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/pytools.git
Step2: cd pytools -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/pytools.git@master"

Quick Start

import random
from pytools import pytools

tool_client = pytools.pytools()
all_supports = tool_client.getallsupported()
tool_client.execute(random.choice(list(all_supports.values())))

Screenshot

img

Projects in Charles_pikachu

  • Games: Create interesting games by pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written by pure python.
  • Videodl: A lightweight video downloader written by pure python.
  • Pytools: Some useful tools written by pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written by pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.
  • Pytoydl: A toy deep learning framework built upon numpy.
  • NovelDL: Search and download novels from some specific websites.

More

WeChat Official Accounts

Charles_pikachu
img