Skip to main content

A simple Python package for CLI tools

Project description

CLI Hex Viewer

A simple Python package for displaying CLI Tools.

Features:

  • Show data as a hex editor.

Example Usage:

from cli import showhex

# Example byte sequence
data = b'\xde\xad\xbe\xef'

# Display the hex dump
showhex(data)

Expected Output:

00000000  DE AD BE EF                                      ....

This will print out a hex dump where each line contains the offset (starting at 00000000), the hexadecimal representation of the bytes, and their corresponding ASCII characters (non-printable characters are displayed as a dot).

Lisence:

This project uses the MIT License.

Thank you for using the CLI Python module! 🎉

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

turbocli-0.1.0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

TurboCLI-0.1.0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file turbocli-0.1.0.tar.gz.

File metadata

  • Download URL: turbocli-0.1.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for turbocli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 08583df2be922cbd6c5fab00bbf969e402ae28205b94d965c5cb12c3336aade4
MD5 2737d5c38fcce8aaae94bd414386d56a
BLAKE2b-256 eb97733bc46ba43cd71f640de7b6a855b56fc8a73939f433747f09289a139e19

See more details on using hashes here.

File details

Details for the file TurboCLI-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: TurboCLI-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for TurboCLI-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a44d7885f8b6346e274c80a0bbe3880eb7e4ba698c40d977d4b3384669dfa8fb
MD5 4235e3770fd6f39f0be87cf0cec0e148
BLAKE2b-256 e553bc8f39564b957d7e309016c8993348cd087d6cd6011d0bacb2c78469bcc1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page