This is a repository for storing some small but useful tool written using python.
- URL_CONVERT, support thunder/qq/flashget url
- Weather, look up weather info conveniently
- CapcitySum, sum the capcity of KBs, MBs, GBs, TBs or PBs
- Some other comming soon
git clone https://github.com/opensource-yunnan-university/python_snippet.git
cd python_snippet
python whatever_in_this_repository.py➜ python_snippet git:(master) ✗ cat data.txt
55.22G
1.30K
361.91G
85.77G
27.33G
12.4M
0.3T
1.2P
➜ python_snippet git:(master) ✗ cat data.txt|./capcity_sum.py
Processing 55.22G
Processing 1.30K
Processing 361.91G
Processing 85.77G
Processing 27.33G
Processing 12.4M
Processing 0.3T
Processing 1.2P
Total bytes is 1.35197908483e+15 bytes, or 1289347729.52 KB, or 1289347729.52 MB, or 1259128.64211 GB, or 1229.61781456 TB, or 1.20079864703 PB
➜ python_snippet git:(master) ✗ ./capcity_sum.py data.txt
Processing 55.22G
Processing 1.30K
Processing 361.91G
Processing 85.77G
Processing 27.33G
Processing 12.4M
Processing 0.3T
Processing 1.2P
Total bytes is 1.35197908483e+15 bytes, or 1289347729.52 KB, or 1289347729.52 MB, or 1259128.64211 GB, or 1229.61781456 TB, or 1.20079864703 PB
➜ python_snippet git:(master) ✗ ./capcity_sum.py
55.22G
1.30K
361.91G
85.77G
27.33G
12.4M
0.3T
1.2PProcessing 55.22G
Processing 1.30K
Processing 361.91G
Processing 85.77G
Processing 27.33G
Processing 12.4M
Processing 0.3T
Processing 1.2P
Total bytes is 1.35197908483e+15 bytes, or 1289347729.52 KB, or 1289347729.52 MB, or 1259128.64211 GB, or 1229.61781456 TB, or 1.20079864703 PB
➜ python_snippet git:(master) ✗ - fork repository
- add your code
- update readme
- send pr

