"Alpha Numeric Cipher"
It is a python (precisely v3) package, uploaded on PyPi.
pip install ancipher
Firstly import it:
from ancipher import anc
Now, use anc()
(datatype: string)
anc("As simple as that!")
Output
45 51mpl3 45 7h47!
Obviously Python 3
A Divinemonk creation!