This is dictionary translation library there are three input parameter where we have to cahnge values in the dictionary
Example:
dictionary = {"language":"python","version":1.0,"editor":"vscode"}   
key = "is_due"  
dict_value_translation = {"1.0":2.0,"vscode":"atom"}  