1 2 3 4 5 6
#!/usr/bin/env python import sys sys.path.insert(0, "/usr/share/tcharmap") from tcharmap import tcharmap tcharmap.main()