Skip to content

Files

Latest commit

 

History

History
17 lines (14 loc) · 571 Bytes

File metadata and controls

17 lines (14 loc) · 571 Bytes

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