Skip to content

Commit

Permalink
Updated program name
Browse files Browse the repository at this point in the history
  • Loading branch information
Momo8289 committed Apr 16, 2024
1 parent 5f99222 commit 14e0fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img2ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 14e0fd3

Please sign in to comment.