Skip to main content

A utility to convert unfriendly binary code into something that's readable by humans.

Project description

#Human Readable Binary Converter

Example code:

from HumanReadableBinary import convert

import numpy as np

import pickle

array = np.random.rand(1000)

convert(‘binary.txt’,pickle.dumps(array))

Advised as for educational use only.

Project details


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