A super easy Python tool that converts your text into binary language (8-bit).
Project description
BinaryConvert
A super easy Python tool that converts your text into binary language (8-bit).
Installation
pip install binaryconvert
Example
ToBinary()
from binaryconvert import convert
convert.ToBinary("Hi, my name is wfxey!")
Output
01001000 01100001 01100001 01101100 01100001 01101100 01101100 01100001 01100001 01101111
ToText()
from binaryconvert import convert
convert.ToText("01001000 01100001 01100001 01101100 01100001 01101100 01101100 01100001 01100001 01101111")
Output
Hi, my name is wfxey!
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
binaryconvert-2.2.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file binaryconvert-2.2.tar.gz
.
File metadata
- Download URL: binaryconvert-2.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f0cc2b6e3e60c7baa49083c954f498fa46a8cf1621f4f4abe67cc8db7190519 |
|
MD5 | 8b5ad7def05d517d4dd1acc92832fa9b |
|
BLAKE2b-256 | bd16287712beb0d793610664823be1d21d5b30ceaa6b0fd61c2e80c20eb55512 |
File details
Details for the file binaryconvert-2.2-py3-none-any.whl
.
File metadata
- Download URL: binaryconvert-2.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eff93d5079d60c0130fbfd06d0cddc86ab649c19adf0b94628b2bb2b7d4abb0 |
|
MD5 | 38f9adda8ff2da364af94504a965b36c |
|
BLAKE2b-256 | 82d68f82eb4d8080a8ea544b7b8a233801f1128bde02f380ae68b6400de25183 |