adventofcode Install all dependencies python3 -m pip install -r requirements.txt Fetch particular day python3 main.py fetch 2 --year 2024 The above command will fetch day 2 for year 2024 NOTES Code should automatically format on save