Skip to main content

Convert to and from multiple bases

Project description

BiHex

Simple binary to hexadecimal and backwards

How to use

from BiHex import *

To create an instance, use:

foo = Bihex("b10110100"), where the letter behind the number is the base (2 = b, 8 = o, 10 = d, 16 = x)

To display the number in:

  • decimal: foo.returnnum("d"), gives "180"
  • binary: foo.returnnum("b"), gives "0b10110100"
  • hexadecimal: foo.returnnum("x"), gives "0xB4"
  • octal: foo.returnnum("o"). gives "0o264"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bihex_domedi-0.0.1-py3-none-any.whl (2.3 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