https://github.com/krasun/skypenametranslit
Script which transliterates Skype names from Russian to English
https://github.com/krasun/skypenametranslit
Last synced: 7 months ago
JSON representation
Script which transliterates Skype names from Russian to English
- Host: GitHub
- URL: https://github.com/krasun/skypenametranslit
- Owner: krasun
- License: mit
- Created: 2013-10-04T23:35:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T15:09:00.000Z (over 11 years ago)
- Last Synced: 2025-03-24T10:57:27.431Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 637 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkypeNameTranslit
A simple Ruby script which transliterates Skype names from Russian to English.
## Using
This script depends on `russian` and `sqlite3`, so:
```
$ gem install russian sqlite3
```And then you can use it:
```
$ ruby translit.rb
```Or:
```
$ ruby translit.rb
```**Important! Be sure, that Skype is not running.** And don`t be afraid! Script will ask you before doing any permutations.
## Reason
If you are so lazy as I am, then you understand me. What do you prefer: repeat some operation manually 10 times or automate them?

## License
This script is under the MIT license. See the complete license [here](LICENSE).