= commited on
Commit
9b73ac8
·
1 Parent(s): 20be759

updated readme and added info about the app

Browse files
README.rst CHANGED
@@ -36,7 +36,7 @@ deep_translator
36
  Translation for humans
37
  -----------------------
38
 
39
- A flexible python tool to translate between different languages in a simple way.
40
 
41
 
42
  * Free software: MIT license
@@ -69,6 +69,7 @@ Why you should use it
69
  - Easy to use and extend
70
  - It's the only python tool that integrates many translators
71
  - Stable
 
72
 
73
  Features
74
  --------
@@ -176,8 +177,52 @@ Links
176
  Check this article on medium to know why you should use the deep-translator package and how to translate text using python.
177
  https://medium.com/@nidhalbacc/how-to-translate-text-with-python-9d203139dcf5
178
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  ==========
180
- Next Step
181
  ==========
182
 
183
  Take a look in the examples folder for more :)
 
36
  Translation for humans
37
  -----------------------
38
 
39
+ A flexible python tool to translate between different languages in a simple way using multiple translators.
40
 
41
 
42
  * Free software: MIT license
 
69
  - Easy to use and extend
70
  - It's the only python tool that integrates many translators
71
  - Stable
72
+ - Support for most famous universal translators
73
 
74
  Features
75
  --------
 
177
  Check this article on medium to know why you should use the deep-translator package and how to translate text using python.
178
  https://medium.com/@nidhalbacc/how-to-translate-text-with-python-9d203139dcf5
179
 
180
+ ===========================
181
+ The Translator++ mobile app
182
+ ===========================
183
+
184
+ .. image:: assets/app-icon.png
185
+ :width: 100
186
+ :alt: Icon of the app
187
+
188
+
189
+ After developing the deep_translator, I realised how cool this could be if I can use it as an app on my mobile phone.
190
+ Sure, there is google translate, pons and linguee apps etc.. but isn't it cool to make an app where all these
191
+ translators are integrated?
192
+
193
+ Long story short, I started working on the app. I decided to use the `kivy framework <https://kivy.org/#home/>`_ since
194
+ I wanted to code in python and to develop a cross platform app.
195
+
196
+ I published the first release on google play store on 02-08-2020
197
+
198
+ Here are some screenshots:
199
+
200
+ - Phone
201
+
202
+ .. image:: assets/translator1.jpg
203
+ :width: 30%
204
+ :height: 500
205
+ :alt: screenshot1
206
+
207
+ .. image:: assets/translator2.jpg
208
+ :width: 30%
209
+ :height: 500
210
+ :alt: screenshot2
211
+
212
+ .. image:: assets/spinner.jpg
213
+ :width: 30%
214
+ :height: 500
215
+ :alt: spinner
216
+
217
+ - Tablet:
218
+
219
+ .. image:: assets/hz_view.png
220
+ :width: 100%
221
+ :height: 300
222
+ :alt: screenshot3
223
+
224
  ==========
225
+ Next Steps
226
  ==========
227
 
228
  Take a look in the examples folder for more :)
assets/app-icon.png ADDED
assets/hz_view.png ADDED
assets/spinner.jpg ADDED
assets/translator1.jpg ADDED
assets/translator2.jpg ADDED