Encode text to symbols: x,1,0,-,+
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
Release history Release notifications | RSS feed
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.3.tar.gz
(3.4 kB
view details)
File details
Details for the file encodetext-0.0.3.tar.gz
.
File metadata
- Download URL: encodetext-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cac00797603c1e7fdcf39762c9a3e7cffed0b82d3c135dbebb2cd9143aa63cc |
|
MD5 | 8e1aa6d562b470334a4d2dcb3116320f |
|
BLAKE2b-256 | f58192bcb1fed714272c665258dc49fffd369440b8f79f05b833b321ed158a1b |