https://github.com/smittytone/hex
Python script for converting files to simple hex strings
https://github.com/smittytone/hex
Last synced: 3 months ago
JSON representation
Python script for converting files to simple hex strings
- Host: GitHub
- URL: https://github.com/smittytone/hex
- Owner: smittytone
- License: mit
- Created: 2019-03-22T14:10:10.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T11:17:58.000Z (about 5 years ago)
- Last Synced: 2025-04-06T05:42:57.391Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hex 1.2.0 #
This script reads in a file and outputs it as a hex string formatted for use in, for example, Electric Imp Squirrel applications.
## Release Notes ##
- 1.2.0 *31 December 2020*
- Write output data to stdout.
- Write all messages to stderr.
- Remove old code.
- 1.1.1 *09 April 2019*
- Code styling, optimization improvements.
- 1.1.0 *22 March 2019*
- Initial public release.
## Licence and Copyright ##
Hex source code is issued under the [MIT license](LICENSE) and is copyright © 2020, Tony Smith.