pyc-shell 0.3.0

Pyc is a simple CLI application, which allows you to perform shell commands in cyrillic and other alphabets, through command and output transliteration.
Documentation
# Serbian Transliteration

- [Serbian Transliteration]#serbian-transliteration
  - [Cyrillic to latin]#cyrillic-to-latin
  - [Latin to Cyrillic]#latin-to-cyrillic

馃嚪馃嚫 This document contains the documentation for the rules used to transliterate Serbian Cyrillic 馃嚪馃嚫

## Cyrillic to latin

The conversion from cyrillic to latin follows the [GOST 7.79-2000](https://en.wikipedia.org/wiki/GOST_7.79-2000) standard with some differences. The entire conversion table is illustrated here below:

| Serbian | Latin | Notes                                  |
|---------|-------|----------------------------------------|
|| A     |                                        |
|| B     |                                        |
|| V     | Unless if followed by another '袙'      |
| 袙袙      | W     |                                        |
|| G     |                                        |
|| D     |                                        |
|| DJ    |                                        |
|| E     |                                        |
| 袞, 袌    | J     |                                        |
|| Z     |                                        |
|| I     | Unless if followed by another '袠'      |
| 袠袠      | Y     |                                        |
|| C     |                                        |
|| K     | Unless if followed by '小' or '袠校'      |
| 袣小      | X     |                                        |
| K袠校     | Q     |                                        |
|| L     |                                        |
|| LJ    |                                        |
|| M     |                                        |
|| N     |                                        |
|| NJ    |                                        |
|| O     |                                        |
|| P     |                                        |
|| R     |                                        |
|| S     |                                        |
|| T     |                                        |
|| CH    |                                        |
|| U     |                                        |
|| F     |                                        |
|| H     |                                        |
|| TS    |                                        |
|| DZ    |                                        |
|| SH    |                                        |

## Latin to Cyrillic

| Latin | Serbian | Notes                                             |
|-------|---------|---------------------------------------------------|
|| A       |                                                   |
| B     ||                                                   |
| C     || Unless if followed by 'H'                         |
| CH    ||                                                   |
| D     || Unless if followed by 'J' or 'Z'                  |
| DJ    ||                                                   |
| DZ    ||                                                   |
| E     ||                                                   |
| F     ||                                                   |
| G     ||                                                   |
| G     | 袛袞      | If g is followed by Y, E, I                       |
| H     ||                                                   |
| I     ||                                                   |
| J     ||                                                   |
| K     ||                                                   |
| L     || Unless if followed by J                           |
| LJ    ||                                                   |
| M     ||                                                   |
| N     || Unless if followed by J                           |
| NJ    ||                                                   |
| O     ||                                                   |
| P     ||                                                   |
| Q     | 袣校      |                                                   |
| R     ||                                                   |
| S     || Unless if followed by H                           |
| SH    ||                                                   |
| T     ||                                                   |
| TS    || Unless if followed by S                           |
| U     ||                                                   |
| V     ||                                                   |
| W     ||                                                   |
| X     | 袣小      |                                                   |
| Y     ||                                                   |
| Z     ||                                                   |