From 14e0fd37ac99801dea0c377dee8189c03fe5c40c Mon Sep 17 00:00:00 2001 From: Nick <42454181+Momo8289@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:27:17 -0400 Subject: [PATCH] Updated program name --- img2ascii.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img2ascii.py b/img2ascii.py index f712017..ee9913d 100644 --- a/img2ascii.py +++ b/img2ascii.py @@ -59,7 +59,7 @@ def img_to_str(img, chars, pixel_width=2, silent=False): def main(): parser = argparse.ArgumentParser( - prog="img2ascii", + prog="img_to_ascii.py", description="Convert an image into ASCII (or unicode) text" ) parser.add_argument("image_path", help="Path to the image to convert")