Code Translator [BETA]
Code Translator (BETA)
Code Translator translates syntax for one language to another one. Think of google translate for code.
Currently, this program only has some support for python and javascript. If you have a decent amount of knowledge and want to add it to this translator please just tell me in the comments.
Support
JavaScript: print, if, else, else if
Python: print, if, else, elseif, wait
Formating
To use this translator there is a way that you need to format the line. Every time that you need to type in a custom value then you need to separate it. For example print("Hello World")
you'd need to do print( "Hello World" )
. Another example of how you would do it would beif( x == y ):
.
Future Updates
In a future update, I would like to add things like for loops, imports, and input. Also of course would like to add more languages so if you know another one please tell me.
uhhhh....
@ShadowHoonter hmm let me try to fix that
@ShadowHoonter I see why, its because you didn't connect the if and (. You only need to separate the things that have custom values.