Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

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

You can’t perform that action at this time.