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

https://github.com/esron/adventofpy


https://github.com/esron/adventofpy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Python

My solutions to [Advent of Code](https://adventofcode.com) implemented as a Python program.

This repository holds my solutions to Advent of Code problems implemented as a Python CLI tool using standard library `argparse`.

## Setup

Use uv

```bash
uv sync
```

## Usage

```bash
python main.py [OPTIONS]
```

## Options
```
-y, --year YEAR Event year (2015-2025) [required]
-d, --day DAY Problem day (1-25) [required]
-p, --part PART Problem part (1 or 2) [required]
-h, --help Show this help message and exit
```

## Stats

## 2021

| **Day** | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
|-----------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|----|----|----|----|----|----|----|----|----|----|
| **Stars** | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | | | | | | | | | | |

## 2022

| **Day** | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
|-----------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|----|----|----|----|----|----|----|----|----|----|
| **Stars** | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | | | | | | | | | | |

## 2025

| **Day** | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
|-----------|--------------|--------------|--------------|--------------|--------------|--------------|--------------|----|----|----|----|----|
| **Stars** | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | :star::star: | | | | | |