Aoc-tiles

Latest version: v0.6.3

Safety actively analyzes 723976 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.3.4

* Fix crashing when a day is only partially solved
* Add logging with `--verbose`
* Now tiles are generated for files which are tracked by git (configurable)
* Add error message if session.cookie was commited, and add warning if it is not ignored
* Add "auto" keyword for `--what_to_show_on_right_side` and `--count_as_solved_when`, which use leaderboard if there is a session.cookie

0.3.3

Fix language suffix sorting, and add ignoring of git ignored files

0.3.2

Fix order of tiles in README (this was due to concurrent processing of the tiles, where the order wound up at random)

0.3.1

Ignore positional arguments from now on, since pre-commit passes them to to the script otherwise

0.3.0

Add many CLI arguments which makes customization possible:


usage: aoctiles [-h] [--aoc-dir AOC_DIR] [--what-to-show-on-right-side WHAT_TO_SHOW_ON_RIGHT_SIDE]
[--count-as-solved-when COUNT_AS_SOLVED_WHEN] [--language-sorting LANGUAGE_SORTING] [--create-all-days]
[--year-pattern YEAR_PATTERN] [--day-pattern DAY_PATTERN] [--overwrite-ignore-paths OVERWRITE_IGNORE_PATHS]
[--overwrite-year OVERWRITE_YEAR] [--contrast-improvement-type CONTRAST_IMPROVEMENT_TYPE]
[--contrast-improvement-threshold CONTRAST_IMPROVEMENT_THRESHOLD] [--outline-color OUTLINE_COLOR]
[--not-completed-color NOT_COMPLETED_COLOR] [--text-color TEXT_COLOR] [--tile-width-px TILE_WIDTH_PX]
[--debug]

CLI for Config dataclass

options:
-h, --help show this help message and exit
--aoc-dir AOC_DIR Path to the AoC directory. Default: "./"
--what-to-show-on-right-side WHAT_TO_SHOW_ON_RIGHT_SIDE
What information to display on the right side of each tile. Possible values:
[checkmark,time_and_rank,loc] Default: "checkmark"
--count-as-solved-when COUNT_AS_SOLVED_WHEN
Condition to count a task as solved. Note that 'on_leaderboard', 'either' and 'both' require a
session cookie. Possible values: [on_leaderboard,file_exists,either,both] Default: "file_exists"
--language-sorting LANGUAGE_SORTING
Preferred language extensions order for sorting. For example 'py,rs,js' will make Python solutions
appear first, then Rust, then JavaScript, then everything else (alphabetically).
--create-all-days Whether to create entries for all days upfront. Default: "False"
--year-pattern YEAR_PATTERN
Regex pattern for matching years. This extracts the first group as the year and parses it as an
integer. Make sure that other numbers are not matched by this pattern! For example, using negative
lookbehind and lookaheads is encouraged to avoid matching longer numbers! Default:
"(?<!\d)(20[123]\d)(?!\d)"
--day-pattern DAY_PATTERN
Regex pattern for matching days. Same as year_pattern. Default: "(?<!\d)([012]?\d)(?!\d)"
--overwrite-ignore-paths OVERWRITE_IGNORE_PATHS
A list of paths to ignore when looking for solutions
--overwrite-year OVERWRITE_YEAR
If your repository only contains a single year and it cannot be parsed from the path, then you should
use this to overwrite the year. Every solution is presumed to be for this year. Default: "None"
--contrast-improvement-type CONTRAST_IMPROVEMENT_TYPE
Some languages have very light colors and are hard to see with a white font. Here you can choose how
the text color changes when the background is too light. 'dark' makes the font dark, 'outline' adds a
black outline. Possible values: [none,outline,dark] Default: "outline"
--contrast-improvement-threshold CONTRAST_IMPROVEMENT_THRESHOLD
Threshold for contrast improvement feature (between 0 and 255). Default: "30"
--outline-color OUTLINE_COLOR
Color used for outlining elements. Default: "6C6A6A"
--not-completed-color NOT_COMPLETED_COLOR
Color to signify incomplete tasks. Default: "333333"
--text-color TEXT_COLOR
Text color. Default: "FFFFFF"
--tile-width-px TILE_WIDTH_PX
Width of tiles in pixels. Default: "161px"
--debug Enable debug mode. Default: "False"

0.2.1

Add pre-commit hook, so that this repository can be used as a pre-commit hook

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.