Inspiration

Major League Hacking is my inspiration.

What it does

It translates langauge.

How we built it

Using python and translator module.


from translate import Translator translator= Translator(to_lang="German") translation = translator.translate("Good Morning!")

print (translation)

Challenges we ran into

It was fun.

Accomplishments that we're proud of

Tackling a new challenge.

What we learned

Python.

What's next for Build a Translator

A translator with gui interface.

Built With

Share this project:

Updates