Skip to content

Files

Latest commit

 

History

History

convert_dictionary_to_python_object

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Dictionary to Python Object

A Class in python to convert dictionary to a object

Prerequisites

None, only a running Python installation is required.

How to run the script

  • Add the class obj in your code.
  • Modify the code according to your need or use it directly: ob = obj({'a':1, 'b': 2, 'c':3})

Author Name

Varun-22