Skip to content

Simple and Modern Language Translator App in Python using Google Translate API and CustomTKinter

License

Notifications You must be signed in to change notification settings

DXMary/DXM-Translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DXM Translate

Simple and Modern Language Translator App in Python using Google Translate API and CustomTKinter

Demo

Demo.mp4

Program features

  • Language drop down
  • Clear text feature.
  • Custom bottons and form from CustomTKinter.

Development setup(as tested on MacOS)

  • Install Python 3.10.7

  • Install googletrans

    pip3 install googletrans
    
  • Install customtkinter

    pip3 install customtkinter
    
  • Clone the repository:

    $ git clone https://github.com/DXMary/DXM-Translate
    

    or download as zip and extract.

  • To run it

    python3 dxmtranslate.py
    

Import Libraries

from tkinter import *
import googletrans
import textblob
import customtkinter
from tkinter import messagebox

Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐ if you like this project!

Thanks for checking out my program!

Author

About

Simple and Modern Language Translator App in Python using Google Translate API and CustomTKinter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages