Skip to main content

Encode text to: 0-1,+--

Project description

Usage

# Encoding
from encodetext import use
use.encode("hello world!")

# it turned out
#' 010111 000101 110110 110110 010100  010001 010100 001001 110110 110011 111111'

# Decoding
from encodetext import use
use.decode(' 010111 000101 110110 110110 010100  010001 010100 001001 110110 110011 111111')

# it turned out
#hello world;

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

encodetext-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

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