一些Python脚本工具
-
when I use
pip install, for the poor connection, it always timeout in China. The script writen in python to write the configuration of pip, using mirror image source in China(http://pypi.douban.com/simple)python PIP_CONFIG_REWRITE.pycurl -L https://raw.githubusercontent.com/rhyspang/script-tools/master/PIP_CONFIG_REWRITE.py | python -
Resize images to specified size in directory you specified
python RESIZE_IMGS.py [-h] [-d DIRECTORY] [-W WIDTH] [-H HEIGHT] optional arguments: -h, --help show this help message and exit -d DIRECTORY, --directory DIRECTORY the directory, default current directory -W WIDTH, --width WIDTH the width you want to resize to, default 400 -H HEIGHT, --height HEIGHT the height you want to resize to, default 250 -
Counting code in specified directory
python COUNTING_CODE.py [-h] [-d DIRECTORY] [-g] optional arguments: -h, --help show this help message and exit -d DIRECTORY, --directory DIRECTORY the directory you specified -g, --graphic display by chart using matplotlib (if installed) -
convert file coding format from
gbktoutf-8, likeencaconvert file coding format from `gbk` to `utf-8` optional arguments: -h, --help show this help message and exit -d DIRECTORY, --directory DIRECTORY convert all files in the directory -f FILENAME, --filename FILENAME file to convert -o OUTPUT, --output OUTPUT output filename or directory, is output filename when `-f` argument be used, otherwise, directory name