Integer conversion utility.
Project description
A tiny command line utility for converting integers between bases.
int accepts an integer in its [b]inary, [o]ctal, [d]ecimal, or he[x] form, then prints it out in all four bases:
$ int 64 hex: 40 dec: 64 oct: 100 bin: 01000000
You can specify the base of the input using a single letter prefix. (Defaults to [d]ecimal if omitted.) int also accepts multiple arguments:
$ int b1001 o777 d256 x1EA
See the module’s Github homepage (https://github.com/dmulholland/int) for further details.
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
int-1.0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file int-1.0.1.tar.gz
.
File metadata
- Download URL: int-1.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fca989d8ba409b6f763f36db05fe5967801c701de772e6946beb9245d73237d2 |
|
MD5 | 8bc46fe0cea7b10f17543afa815cc3f9 |
|
BLAKE2b-256 | a155335c1738da82d56acd0f7d7bbe20403da505aa409011572f5d5ecb76ba5f |