Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 2bb60ab

Browse files
authored
Merge pull request #272 from xordux/263-Readme
[#263] add readme for project convert_dictionary_to_python_object
2 parents 3cb3c07 + 6d2fb73 commit 2bb60ab

File tree

1 file changed

+17
-0
lines changed
  • projects/convert_dictionary_to_python_object

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Dictionary to Python Object
2+
<!--Remove the below lines and add yours -->
3+
A Class in python to convert dictionary to a object
4+
5+
### Prerequisites
6+
<!--Remove the below lines and add yours -->
7+
None, only a running Python installation is required.
8+
9+
### How to run the script
10+
<!--Remove the below lines and add yours -->
11+
- Add the `class obj` in your code.
12+
- Modify the code according to your need or use it directly:
13+
`ob = obj({'a':1, 'b': 2, 'c':3})`
14+
15+
## *Author Name*
16+
<!--Remove the below lines and add yours -->
17+
Xordux

0 commit comments

Comments
 (0)