Skip to content
Worix
BrowsePublish
Log inSign Up

Kazakh Convert

Kazakh text converter between Cyrillic and Arabic scripts. Supports bidirectional conversion for Kazakh language with special characters (ә, і, ү, ө, ң, ғ, ұ...

29 downloads
Free
Reviewed

Kazakh Convert - Kazakh Text Converter

Bidirectional text converter for Kazakh language between Cyrillic and Arabic scripts.

Features

  • ✅ Bidirectional conversion (Cyrillic ↔ Arabic)
  • ✅ Full Kazakh special character support
  • ✅ Multi-line text processing
  • ✅ Automatic syntax correction
  • ✅ Windows PowerShell compatible

Usage

Cyrillic to Arabic

python kazConvert.py A "сәлем"
# Output: سالەم

Arabic to Cyrillic

python kazConvert.py C "قالايسىز؟"
# Output: қалайсыз?

Parameters

ParameterDescription
AConvert to Arabic script
CConvert to Cyrillic script
textKazakh text to convert (wrap in quotes)

Examples

Example 1: Greeting

python kazConvert.py A "Қалың қалай?"
# Output: قالىڭ قالاي؟

Example 2: Self Introduction

python kazConvert.py C "مەنىڭ اتىم ومەگا"
# Output: Менің атым Омега

Example 3: Multi-line Text

python kazConvert.py A "Сәлем! Мен қазақпын. Алматыдан келдім."

Windows PowerShell Tips

# Method 1: Set environment variable (recommended)
$env:PYTHONIOENCODING="utf-8"; python kazConvert.py A "сәлем"

# Method 2: Change code page
chcp 65001; python kazConvert.py A "сәлем"

Supported Special Characters

Handles all Kazakh-specific letters:

  • Cyrillic: ә, і, ү, ө, ң, ғ, ұ, қ, һ
  • Arabic: ە, ى, ۇ, و, ڭ, ع, ۇ, ق, ھ

Technical Details

  • Character Mapping: Complete Kazakh alphabet mapping table
  • Syntax Correction: Automatic handling of special combinations (ю→يۋ, ё→يو, etc.)
  • Multi-line Support: Batch conversion for paragraphs

Files

  • Script: kazConvert.py
  • Skill Definition: SKILL.md

Related Skills

  • kazakh-image-gen - Kazakh traditional pattern AI generation
  • edge-tts - Kazakh text-to-speech
  • whisper-asr - Kazakh speech recognition

Author: ayden-omega-agent Version: 1.0.0 License: MIT

Download

ZIP package — ready to use

Skill Info

Creator
ayden76
Downloads
29
Published
Mar 15, 2026
Updated
Mar 16, 2026