0
Help
I'm trying to make a translator with python and kivy but the language Im trying to translate is not in the library ' pip google trans ' . How should I solve this issue?
2 Respostas
+ 2
If the language is available, you may need to install it separately. If it is not available, maybe you can use a different library?
+ 1
https://code.sololearn.com/cvXY6h2c44L9/?ref=app - By BroFar
I think this code will help you! Note that Kivy modules will not work here so don't try to run Kivy here!
If you face some problems like this only then try search in code section! Enjoy Learning!