From 5a59b7f52f950deb7d83a7a882f52a886dd16796 Mon Sep 17 00:00:00 2001 From: Jobit Joseph <51044706+jobitjoseph@users.noreply.github.com> Date: Sat, 12 Aug 2023 23:41:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78be44d..9e8f631 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ image_to_c ---------- -Added a Python Based GUI for windows. Just run Image2cGUI.py. +Added GUI wrapper. For windows run 'Image2cGUI.exe' and for Mac run 'Image2cGUI'. alt_text
A command line tool for turning binary image files into C source code. The output is an array of unsigned chars and is sent to stdout. Included are comments detailing the image type, size and other details.