6 lines
337 B
Markdown
6 lines
337 B
Markdown
# Skyscraper Parser
|
|
Simple python parser for getting skyscraper problems from the Caribou context website into a format which can be used in machine learning tasks
|
|
|
|
requires `bs4` and `playwright` please install these using a relevant package manager or pip
|
|
|
|
run with `python3 parser.py [--board_size (2-26)] [--out_file (path/to/file)]` |