Skip to content

Instantly share code, notes, and snippets.

@Zagrebelin
Last active January 15, 2020 07:58
Show Gist options
  • Save Zagrebelin/00f28caecea05d38d5dd97642b340409 to your computer and use it in GitHub Desktop.
Save Zagrebelin/00f28caecea05d38d5dd97642b340409 to your computer and use it in GitHub Desktop.
multilanguage transliteration
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