puncoder/__modules__
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
My Modules.
This Repository is for daily life modules which I use.
I will keep on updating this place.
Dependencies::
1. Python 3.0 + version.
2. Install the modules mentioned in the module file.
Module List ::
1. xml_json_parser :: This module takes string object of xml or json, and returns a python dict.
usage:
from xml_json_parser import xml_json_parse
my_dict = xml_json_parse(xml_or_json_string)