skillfed

cyrtranslit

Bi-directional Cyrillic transliteration. Transliterate Cyrillic script to Latin script and vice versa. Supports transliteration for Belarusian, Bulgarian, Greek, Montenegrin, Macedonian, Mongolian, Russian, Serbian, Tajik, and Ukrainian.

cyrtranslit v1.2.0 125.3K downloads/30d#11,824 on PyPI122
Permissive license MIT Active released

What it is and what it does

CyrTranslit is a Python library that converts text between Cyrillic and Latin alphabets in both directions. It defaults to Serbian transliteration but supports ten languages total: Belarusian, Bulgarian, Greek, Macedonian, Montenegrin, Mongolian, Russian, Serbian, Tajik, and Ukrainian. The package handles the script conversion rules for each language, allowing developers to normalize or convert text between writing systems—useful for text processing, data normalization, and cross-script analysis.

The library has no external dependencies and installs as a pure Python wheel, making it lightweight and easy to integrate. It is actively maintained, has been in development since 2015, and has been adopted in academic research for NLP tasks including machine translation, sentiment analysis, and text normalization. The MIT license permits use in any project.

Use it for:

  • Normalize Serbian or Russian text data by converting between Cyrillic and Latin for unified storage or comparison
  • Prepare multilingual datasets for machine translation or NLP models that require consistent script representation
  • Convert user-generated content (tweets, forum posts) between scripts for text analysis or moderation workflows
  • Support search and indexing systems that need to match queries across both Cyrillic and Latin variants of the same text
  • Transliterate names and addresses in Cyrillic languages for international systems or reports

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Converts text between Cyrillic and Latin scripts bi-directionally, with language-specific support for Serbian, Russian, Ukrainian, Bulgarian, Belarusian, Macedonian, Montenegrin, Tajik, Mongolian, and Greek.

Yes. The package is lightweight, dependency-free, actively maintained, MIT-licensed, and solves a specific problem with no known vulnerabilities. Install it if you need to convert between Cyrillic and Latin scripts for any of the ten supported languages.

Install

cyrtranslit on PyPI

pip

pip install cyrtranslit

uv

uv add cyrtranslit

poetry

poetry add cyrtranslit

Installing cyrtranslit

Before you install

No runtime dependencies and a pure-Python wheel distribution make installation straightforward. The package is actively maintained with a recent release and steady repository activity.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open and proprietary projects with minimal obligations.

Quickstart

pip install cyrtranslit

from cyrtranslit import to_latin, to_cyrillic

# Serbian example
result = to_latin('Мој ховеркрафт је пун јегуља')
print(result)  # Output: Moj hoverkraft je pun jegulja

# Reverse direction
original = to_cyrillic('Moj hoverkraft je pun jegulja', lang_code='sr')
print(original)

Verify before relying

  • Whether Greek transliteration uses the same API as Cyrillic languages or requires special handling
  • Performance characteristics for large text volumes or batch processing
  • Accuracy and coverage of transliteration rules for each supported language variant

Package facts

License MIT (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 267 days since the last release
Last repo commit
First released
Downloads 125,348/month — #11,824 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cyrtranslit-1.2.0-py3-none-any.whl

Keywords: cyrillic, latin, transliteration, transliterate, cyrtranslit, belarusian, bulgarian, greek, montenegrin, macedonian, mongolian, russian, serbian, tajik, ukrainian

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.1Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.2Programming Language :: Python :: 3.3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

cyrillic to latin transliterationserbian text conversioncyrillic script converterrussian to latin transliterationukrainian cyrillic transliteratemulti-language script conversionbidirectional transliteration
transliterationcyrillic-latinnlp-preprocessing

More Linguistic packages