I have been thinking about developing a new product which has to be capable of translating text to several different languages. While I was doing my research, I have found the Python library named "googletrans", which is completely free to use. However, I also found something named Google Cloud Translation which has a price to use.
I have made some tests with googletrans library. It seemed OK to me, for my project at least. I wanted to ask that is it really the case? I mean, do these 2 APIs have any difference? Also, is it alright to develop a device that works googletrans on it, without any payment?
Thanks a lot.