Skip to content

MKaterbarg/urlrecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlrecode

Usage Syntax: urlrecode [parameter] "[string to process]"

Parameters:
-d URL Decode string.
-e URL Encode string

urlrecode expects two command line parameters to be given. Either -d or -e to specify the required action, followed by the string which it should process.

I created urlrecode for the simple reason of needing a simple way to do URL encoding / URL decoding on the command line. Besides that I wanted to start getting into Python development, so I though this would be an excellent project to start learning.

About

Simple urlencode and urldecode in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages