Initial commit -- including urlencode.py and urldecode.py

This commit is contained in:
Samuel Pua
2018-03-06 11:11:23 +08:00
parent ea4756d0d3
commit df2337a766
4 changed files with 105 additions and 0 deletions

View File

@@ -1,2 +1,15 @@
# easyscripts
Bunch of scripts that make life easier on command line
Author: Samuel Pua (kahkin@gmail.com)
##Current Scripts Available
- urlencode.py
> Encodes strings into urlencoding
- urldecode.py
> Decodes url encoding back to ascii
##Todos
- Tab completion
> Seriously out of my league for now. Easy to way to it seems to be using external library argcomplete. But I prefer not to use external libraries