Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 479 Bytes

File metadata and controls

13 lines (8 loc) · 479 Bytes

Language-Translator-Using-Tkinter-in-Python

Requirements

  • Tkinter Library
  • Translate Library

Usage

There is only one file translator_software.py which can be run directly through terminal.

  • If you want to add more languages then just simply add them in the "choices" array.
  • Right now output is also shown in a textbox(Entry) which can be changed.