Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 421 Bytes

Translation_onclick

  1. Open the program from the shell.
  2. Put your mouse on the word and press Run key(F5) then see the translation in the shell. in the programme can change the destinate language.(by default English to German(de)).

Prerequest:

  1. python3
  2. pyautogui
  3. googletrans
  4. pprint

Installation pre request for windows :

  1. pip install pyautogui
  2. pip install googletrans==3.1.0
  3. pip install pprint