Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcbegley/advent-of-code

My solutions to advent of code: https://adventofcode.com/
https://github.com/tcbegley/advent-of-code

advent-of-code python

Last synced: 3 months ago
JSON representation

My solutions to advent of code: https://adventofcode.com/

Awesome Lists containing this project

README

        

# advent-of-code

My solutions to various [advent of code](http://adventofcode.com/) problems.
Written for Python 3.10+.

## Generate boilerplate

This repo contains a helper package to generate boilerplate code each day and
fetch data. To use it first follow the instructions for authenticating
[advent-of-code-data][aocd]. Then install with

```sh
pip install .
```

Boilerplate can be generated and data fetched with

```sh
lets-go
```

or for a specific year and day

```sh
lets-go 2021 1
```

[aocd]: https://github.com/wimglenn/advent-of-code-data