binaryconverter
Table of Contents
Description
Convert your String or Integer to Binary. Or convert your binary to string
Screenshots
## Built With
Getting Started
Get started by the installing the product itself. Then you can simply convert your String to Binary, or vice versa. Got an integer? No Problem.
Prerequisites
No external software/imports have been used. All is pure python.
Installation
You can import it simply by the following statement
pip -m install binaryconverter
import binaryconverter
Usage
There are three commands possible
stringToBinary(str)
example usage : print(stringToBinary('Hello World'))
expected output: 0100000101011101101111011100100110110001100100001000011001010110110001101100011011110010
Usage : utf-8
binaryToString(str)
example usage: print(binaryToString('0100000101011101101111011100100110110001100100001000011001010110110001101100011011110010)
expected output: 'Hello World'
Usage: utf-8
intToBinary(int)
example usage:print(intToBinary(69420))
expected output: 001101000011001000110000
Usage; utf-8
License
Acknowledgements
Id like to thank @skybird2333 for helping me
Contacts
#\x00 \x00b\x00i\x00n\x00a\x00r\x00y\x00c\x00o\x00n\x00v\x00e\x00r\x00t\x00
\x00
\x00
Release files for binaryconverter 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| binaryconverter-0.0.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| binaryconverter-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / binaryconverter-0.0.1.tar.gz
| Download URL | binaryconverter-0.0.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce88b34d1beff6b2c0f7e2364a47d542f21b5ed08c5cf040928d348947140443
|
|
BLAKE2b-256 checksum How to use checksums |
faa61fbf6ac282c1292c7ce465f77da1396c1ed82a1c7784a797060cccff2397
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|
Release files / binaryconverter-0.0.1-py3-none-any.whl
| Download URL | binaryconverter-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
627a70dea729053fdbbaedd4abe5b8468f35868a53f56e97f43d07af70efce83
|
|
BLAKE2b-256 checksum How to use checksums |
bc215ec9a149ec285e1ae55354a289be5834d4038f5c232c8cd90c061d5133ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|