This repo is a collection of my own python utilities.
- GetWeiboImage.py This script can download image from Weibo.com or WeiBo Int. shared links.
- ImageCombiner.py This script can combine images into one image. Note: Only can combined into square. Maybe add auto calculate later.
- BDPanDownloader. This script can show pan.baidu.com sharing file download url from others. You can copy the url to other downloader download directly instead offcial software.
- tax_cal.py. This script is for compare new Personal Income Tax calculate in China after 2018.10.1.
- loan_cal.py. This script is for calculating the loan tax. Two methods are both calculated.
- WeiboUserSpider.py. This script is use for crawl a weibo user (not yourself.) all tweets. Before you use it, you shoud fill the cookie copy from any browser you loged in at page.
- one_draw.py. This script is a trick for Wechat Mini Program Game fill the blank in one line.
- EncryptPDF.py. This script can encrypt your PDF files. Please ensure installed PyPDF2 module.
- SCEL2RimeWubiDict.py This script can convert SouGou PinYin Input dictionary to Rime/Squirrel Wubi Dictionary. You can copy output(
dict.txt
) paste in Rime/Squirrel dictionary file to use it. - sudoku.py This script can solve sudoku puzzle automatically.Use
-h
option to check usage. You need a blank image inresources
. - iCalCreator.py This script can create
iCal
type file fromiCalEvents.csv
. You can only updateiCalEvents.csv
file to create new china holiday events for iOS/macOS/iPadOS calendar subscribe fileChinaHoliday.ics
.