This repo includes python templates for adventofcode.
After cloning the repo, either run get_input.py in the root directory, or run any of the template files labeled part_01.py or part_02.py. You will be prompted to enter a session ID, which you can find in your browser cookies after logging in to adventofcode.com
Then carry on with solving the challenges however you want!
[YEAR]
[DAY]
part_01.py
part_02.py
input.txt (this file is generated when you first run one of the scripts)
I will also be creating a branch with my own answers in it. :-)