YuganshT79 / Android-String-Translator

A simple GUI Android string translator made in Python using PyQT Designer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-String-Translator [W.I.P]

A simple GUI Android string translator made in Python using PyQT Designer

Goal

The main goal of the Application is to provide free and easy to use string translation service to new Android Developers who want their app to be localized and don't have a lot of money to spend on online translation services.

PS : I am super lazy, It took me a whole day to translate the strings of my app into just 2 languages so I decided to make a program that does all the hard work for me while I enjoy my coffee 😎 ☕

ToDo's :

. Make full application GUI
. Insert all languages
. Read from .xml files
. Translate .xml files
. Threading
. Progress bar implementation
. Advance xml tags handling

Screen shots :

Image 1 Image 2
Image 3

Library usage :

PyQT4 : PyQt4 is a comprehensive set of Python bindings for Digia’s Qt cross platform GUI toolkit. PyQt4 supports Python v2 and v3.
GoogleTrans : Googletrans is a free and unlimited python library that implemented Google Translate API.
Threading : Higher-level threading interface.
Xml Dom : The Document Object Model API.

About

A simple GUI Android string translator made in Python using PyQT Designer

License:GNU General Public License v3.0


Languages

Language:Python 100.0%