Skip to content

Instantly share code, notes, and snippets.

@ramanqul
ramanqul / cyrillic2latin_file_renamer.py
Created March 14, 2015 20:42
Cyrillic to Latin File Changer
#!/usr/bin/python
# -*- coding: utf-8 -*-
from os import walk, rename, unlink, mkdir, remove
from os.path import isdir, exists
from sys import argv, exit, getfilesystemencoding
from shutil import copyfile
import shutil
conversion = {