-
-
Save Johnne32/36e30d08c20e0f2374e737eab9e2f9fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install google_trans_new # Installing the translate API | |
import google_trans_new # Importing the package | |
print(google_trans_new.LANGUAGES) # Checking the list of languages that are supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment