A somewhat competitive 🐍 Python learning experience. 🎄
Also, check out Rankail's 2023 solution or (from the previous years) Rankail's 2022, Mickery12's 2022, and pblan's 2022 solution.
For better insights into private leaderboards, see this awesome browser extension: Advent of Code Charts
Oh, and you might want to consider supporting Advent of Code!
Start new day:
./src/utils/new.zsh
Generate a new image with DALL·E 3 by extracting the storyline of the puzzle with GPT-3.5 and generating a visual description of a scene to pass along:
python src/utils/image_generation.py src/2023/day01/puzzle.md
Generate some emojis (GitHub Markdown) to describe the story for use in the commit message:
cat src/2023/day01/puzzle.md | python ext/emojis.py
-> ❄️ 🌟 🔢 📝 🧮 🧝
See here for information on the images.