alien-human-interpreter
This repositories contains two projects coded in different ways :
First interpreter
Contains :
Features
- Translates english to aliench
- Translates aliench to english
This program uses text file which contains data in dictionary format and reads it back as key, values and gives the translation for the required word.
Second interpreter
Contains :
Features
- Translates english to aliench
- Translates aliench to english
- Add a new word to the dictionary
This program uses csv module that also lets the user add a word with its translation into the dictionary.