Last active
January 15, 2020 07:58
-
-
Save Zagrebelin/00f28caecea05d38d5dd97642b340409 to your computer and use it in GitHub Desktop.
multilanguage transliteration
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
from unidecode import unidecode | |
unidecode('жопа негра') -> 'zhopa negra' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment