from pycipher import ColTrans print ColTrans("HELLO").encipher('HELLOWORLD') print ColTrans("HELLO").decipher('EOHWLRLLOD')