# ShortQuery By Rushan

ShortQuery is an amazing library from web work.
Developed with Pride by Rushan (https://github.com/rushan7750/).

Package Contents:

Function: shorten.
Input: URL(str).
Use: A URL Shortener.
Returns: Returns the shortened form of the input URL.

Function: downloader.
Input: Keyword.
Use: Downloads Images from Google based on the keyword given.
Returns: Nothing.

Function: responsecode.
Input: URL(str).
Use: Returns the URL's Response code.
Returns: Status Code (str).

Function: webopen.
Input: URL(str).
Use: Opens a new tab with the given URL in the default browser.
Returns: Nothing.

Function: decodejson.
Input: JSON String.
Use: Decode JSON format.
Returns: Dict.

Function: encodejson.
Input: Dict.
Use: Encode data into JSON format.
Returns: JSON String.
