An open API service indexing awesome lists of open source software.

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

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.