Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.66 KB

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.