Skip to content

Commit

Permalink
program title Impressionist -> StainedGlass
Browse files Browse the repository at this point in the history
  • Loading branch information
davecom committed Jun 6, 2024
1 parent c526bfc commit 424c83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Impressionist/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

if __name__ == "__main__":
# Parse the file argument
argument_parser = ArgumentParser("StainedGlass")
argument_parser = ArgumentParser("Impressionist")
argument_parser.add_argument("image_file", help="The input image to be painted.")
argument_parser.add_argument("output_file", help="The final resulting abstract art image.")
argument_parser.add_argument('-t', '--trials', type=int, default=10000,
Expand Down

0 comments on commit 424c83a

Please sign in to comment.