A simple GUI Android string translator made in Python using PyQT Designer
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 😎 ☕
. Make full application GUI
. Insert all languages
. Read from .xml files
. Translate .xml files
. Threading
. Progress bar implementation
. Advance xml tags handling
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.