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

Commit 6d2fb73

Browse files
authored
Update README.md
1 parent 003c048 commit 6d2fb73

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)