HyperCode : A tool which can convert natural language into Python Code for example: #Write a program to add two numbers def add(x,y): return x+y