Metadata-Version: 2.1
Name: yuconv
Version: 0.2
Summary: YuConv is very simple transliteration tool for Serbian language for Cyrillic2Latin and Latin2Cyrillic transliteration, based on srtools Python package.
Home-page: https://github.com/DarkoMilosevic86/yuconv.git
Author: Darko Milosevic
Author-email: daremc86@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: srtools
Requires-Dist: python-docx

# YuConv

YuConv is very simple transliteration tool for Serbian language for Cyrillic2Latin and Latin2Cyrillic transliteration, based on srtools Python package.

## Features

### Text Transliteration

Transliterates text between Cyrillic and Latin characters and returns transliterated text.

### Text File Transliteration

Transliterates an input text files, and saves the transliteration result in an output text files.

### Word Documents Transliterations

Transliterates Word documents using python-docx package, and keeps formatting of a transliterated document.

## Transliteration Modes

* LatinToCyrillic Transliterates Latin to Cyrillic
* CyrillicToLatin Transliterates Cyrillic text to Latin

## Documentation

YuConv documentation is available on the [YuConv Wiki Page](https://github.com/DarkoMilosevic86/yuconv/wiki)

## YuConv Repository

To clone YuConv repository, use the following command:
```bash
git clone https://github.com/DarkoMilosevic86/yuconv.git
```


## Issues

To submit or review YuConv issues, visit:
[YuConv Issues Page](https://github.com/DarkoMilosevic86/yuconv/issues)
