Skip to content

laibanasir/alien-human-interpreter

Repository files navigation

alien-human-interpreter

This repositories contains two projects coded in different ways :

First interpreter

Contains :

Project link

File link

Features

  1. Translates english to aliench
  2. 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 :

Project link

File link

Features

  1. Translates english to aliench
  2. Translates aliench to english
  3. 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.

Coded on : Visual Studio Code

Language used : Python 3.7