Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9999years/hexprint
A utility for printing raw bytes to the console or converting a string like `1b 20 f9` or `1B20F9` into the bytes b'\x1b\x20\xf9'
https://github.com/9999years/hexprint
Last synced: 14 days ago
JSON representation
A utility for printing raw bytes to the console or converting a string like `1b 20 f9` or `1B20F9` into the bytes b'\x1b\x20\xf9'
- Host: GitHub
- URL: https://github.com/9999years/hexprint
- Owner: 9999years
- Created: 2017-07-27T03:02:00.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-09-26T21:11:23.000Z (over 4 years ago)
- Last Synced: 2024-11-12T07:14:04.703Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# hexprint
Text to bytes!
$ hexprint 40 20 41 42 43 60 50
@ ABC`POr, identically:
$ hexprint 40204142436050
@ ABC`PAn actual use case, to reset an ESC/POS printer:
$ hexprint 1B40 | lpr -l