x2py x2py is the Python port of x2 that works with both Python 2 and 3. Requirements Python 2.7+ or 3.3+ Modules pycrypto (or pycryptodome) for x2py.transforms.block_cipher pytest to run unit tests Installation Installing through PyPI pip install x2py To upgrade x2py PyPI package: pip install --upgrade x2py