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