/dynamic-spanish-english-translator

Dynamic Spanish English translator. Runs on a command line interface. To retrieve an entry, type the word, and if a corresponding translation does exist, then then entry will appear. to add an entry type an equal sign. for example, bed=cama.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

dynamic-spanish-english-translator

how it will work

  • on a command-line interface
  • if the user types a word, in spanish or english, the program will retrieve the meaning in the other language.
  • if the word is not found, it will say entry not found
  • if the user wants to add a new entry, the user has to type [spanishword] = [englishword] with the words being the corresponding words.
  • the content will be stored in a text file to have long term memory.