Skip to main content

A tool that encodes text and provides a key for decoding!

Project description

Diec

License PyPi Contributors badge

pip install diec

A tool that encodes text and give out a key, that you can decode with this program too!

Installation

pip install diec

Example


encode()

from diec.encoder import encode

encode("I love python and I love to learn new things here too! <3")

Output

The Key you created : key.diec

The encoded text : encoded.diec

Both of them will apear in your current directory


decode()

from diec.decoder import decode

decode() #The key.diec and encoded.diec file have to be in the same directory as the file that runs that command.

Output

I love python and I love to learn new things here too! <3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

diec-1.6.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

diec-1.6-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page