Skip to content

This is a desktop application with python libraries like Tkinter, googletrans, PyDictionary, gTTS e.t.c all this combined finds the meaning of a word from PyDictionary, googletrans translates the word from English to different languages around the world. gTTS converts a text of a word to the speech or pronunciation of the word.

License

Notifications You must be signed in to change notification settings

dynamodenis/python-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamo-Dictionary

By Denis Mbugua

Description


  • Translate to & from a wide range of languages.
  • Get verbs & nouns.
  • Hear the pronunciation.

Clone the repository to your pc.


  • For you to get the program working on your pc you need Python installed preferably Python 3 .
  • To be able to install all dependencies needed in the Pipfile install pip which comes with python ready installed but for ubuntu users her the the command to install pip.
sudo install apt get python3-pip
  • After installing pip3 now install pipenv which is a python libarary for installing dependencies and creating virtual environments. Run this command
pip install pipenv
  • Now create a virtual environment using
pipenv shell
  • Finally install all dependencies needed to run the application using
pipenv install
  • Now run the program
python translator.py

MIT License


By Denis Mbugua

Powered by MIT License

About

This is a desktop application with python libraries like Tkinter, googletrans, PyDictionary, gTTS e.t.c all this combined finds the meaning of a word from PyDictionary, googletrans translates the word from English to different languages around the world. gTTS converts a text of a word to the speech or pronunciation of the word.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages