Skip to main content

Convert to and from multiple bases

Project description

BiHex

Simple base convert

How to install

pip install bihex-domedi

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"

To display the number's original base, use foo.returnbase()

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

bihex-domedi-0.0.6.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

bihex_domedi-0.0.6-py3-none-any.whl (2.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