https://github.com/esron/adventofpy
https://github.com/esron/adventofpy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/esron/adventofpy
- Owner: esron
- Created: 2021-12-03T20:32:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-11T23:22:27.000Z (6 months ago)
- Last Synced: 2026-04-18T07:38:59.883Z (2 months ago)
- Language: Python
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: | | | | | |