Convert Advent of Code ASCII art

advent-of-code advent-of-code-2016 advent-of-code-2019 hacktoberfest ocr
2 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the Advent of Code OCR Python project to make the `click` dependency optional. This involves moving `click` to the optional dependencies section in `pyproject.toml` and updating the documentation to reflect this change. Users should then be able to install either the core library or the library with the CLI functionality.

Complexity: 2/5
t: enhancement help wanted good first issue up for grabs a: dependencies s: approved

Convert Advent of Code ASCII art

Python
#advent-of-code#advent-of-code-2016#advent-of-code-2019#hacktoberfest#ocr
Document CLI about 1 month ago

AI Summary: Document the newly added command-line interface (CLI) for the Advent of Code OCR Python module. The documentation should explain basic usage, available flags, and how to provide input via command-line arguments or standard input (stdin).

Complexity: 2/5
a: documentation help wanted good first issue up for grabs s: approved

Convert Advent of Code ASCII art

Python
#advent-of-code#advent-of-code-2016#advent-of-code-2019#hacktoberfest#ocr