A simple GUI application that translates over 100 languages using google translate api...
Screenshot:
Required libraries:
-
PyQt5
: is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in. -
googletrans
: a library that implemented Google Translate API. -
TextBlob
: a library for processing textual data.
Library installation:
pip install PyQt5
pip install googletrans
pip install textblob
How to run:
- clone this repository
- run main.py i.e
python main.py
Todos:
- make a function for the copy and paste button*