Use copier
to invoke the Python template and set up files for a new solution:
$ copier copy --trust gh:gahjelle/template-aoc-python .
Answer the questions and allow the hook to download your personal input. Then download the data for the new day:
python download_input.py <year> <day>
or from the directory:
aocd > input.txt
python <day_file> input.txt > output.py.txt