A calculator that converts HEX numbers to base 10
Project description
Hex Calculator
This package provides simple logic that allows you to convert hex strings to base 10 int numbers.
Example Usage
from hexcalculator.hex_calculator import HexConverter
hex_calculator = HexConverter()
result = hex_calculator.hex_to_int("ABF")
print(result) # Output: 2751
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
hexcalculator-0.1.2.tar.gz
(1.8 kB
view details)
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 hexcalculator-0.1.2.tar.gz.
File metadata
- Download URL: hexcalculator-0.1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35298cb0b525ee68f1d5474ca164136e160583b00a6eaaaaa03d5472886adecb
|
|
| MD5 |
e3ae7dbf43cefa111c7912d7c324a372
|
|
| BLAKE2b-256 |
68d5100a26c4548679fd8879af91bde73059eb155f1e9eb8c033cbb12bef4a6f
|
File details
Details for the file hexcalculator-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hexcalculator-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a9cd5cffa022a41322911741417891d0949104f8c929ba080fa8a867c050906
|
|
| MD5 |
6d027d109334150e68e13bad6804185a
|
|
| BLAKE2b-256 |
36798c9968f579e7b4d7c55cc0a6dced359ca90bb93fe66b65bdc9221ec7cb5f
|