Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 472 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 472 Bytes

Ancipher

"Alpha Numeric Cipher"


🪛 Installtion

It is a python (precisely v3) package, uploaded on PyPi.

pip install ancipher

📑 Usage

Firstly import it:

from ancipher import anc

Now, use anc() (datatype: string)

anc("As simple as that!")

Output

45 51mpl3 45 7h47!

🖱️ Requirements

Obviously Python 3



A Divinemonk creation!