i need to create a program that translates an english phrase to a spanish phrase.

i have a text file with english words and their spanish meaning.

i am unsure how to start this as i am quite new to phyton.
ignore the grammar, i want to translate the phrase word by word.

any help will be gladly appreciated, or any links

thankyou very much

Recommended Answers

All 2 Replies

For such a task, the Python code is easy.

The real challenge for you is to find a way to make some sort of English-Spanish dictionary.
I would just use a translator tool like Google Translate, and use its API.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.