hexviewer
This utility prints a pretty numpy.ndarray.
Useful for work with HEX (image processing, embedded programming, etc.).
Install
# install via pypi
$ pip3 install hexviewer
# install via pypi (-m pip)
$ python3 -m pip install hexviewer
# manual installation
$ git clone https://github.com/dankernel/hexviewer
$ python3 setup.py install
How to use
$ hexviewer data/data.npy
The output is as follows:
Supported file formats
| format | support |
|---|---|
| INT8 | ✔️ |
| UINT8 | ✔️ |
| UINT16 | ✔️ |
| INT16 | ✔️ |
| UINT32 | ✖️ |
| INT32 | ✖️ |
Release files for hexviewer 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hexviewer-0.1.4.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hexviewer-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.5 kB
Release files / hexviewer-0.1.4.tar.gz
| Download URL | hexviewer-0.1.4.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5870656bd1ef6db3179a587540a82afac770c412c92f9abd5d4dc412a2ded793
|
|
BLAKE2b-256 checksum How to use checksums |
9bc37b3df3af5c06bd1454c7a5da4a6b4401c8bfc2f73078701a2912b53c5586
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
|
Release files / hexviewer-0.1.4-py3-none-any.whl
| Download URL | hexviewer-0.1.4-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
45534c4be33813e70718b87d3a13c759c2de4d23b87b0dae3133a76dfb0ae74d
|
|
BLAKE2b-256 checksum How to use checksums |
e4419a3f76e88f612f80911e4658f06322f88e4b4f38ca42d160c9297eb21ea8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
|