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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bihexdomedi-0.0.21.tar.gz.
File metadata
- Download URL: bihexdomedi-0.0.21.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eec118fe26824fa873e304b513d9dd9f2426a347540821636fec57162a4196d
|
|
| MD5 |
43c49bf4c205b985cef66a8a03b5a127
|
|
| BLAKE2b-256 |
f16b0ae6cd89c628ef428fe0e14cd1d1a36296d19e096e2674ad854b6863c479
|
File details
Details for the file bihexdomedi-0.0.21-py3-none-any.whl.
File metadata
- Download URL: bihexdomedi-0.0.21-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1593fe88096c58ab80de2352c05077c11894877092d790312f9d4e13ceaf4625
|
|
| MD5 |
1ba49dd347d28d230d3c5b53c5662a35
|
|
| BLAKE2b-256 |
71f5bfd0c4b2065de1578f68f5f693278a2994c5bb84300f8b89c4d7e9bc6959
|