Skip to main content

How to pronounce binary data

Project description

speakdata

A very useful guide on how to pronounce byte sequences

>>> import random
>>> import speakdata
>>> 
>>> data = [random.randint(0, 255) for _ in range(8)]
>>> 
>>> print(":".join(f"{byte:02x}" for byte in data))
ed:6f:16:9b:eb:a8:d0:07
>>> 
>>> print(speakdata.pronounce(data))
Toijeyting bownining tutul saibaking.

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

speakdata-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

speakdata-0.1.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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