skyscraper_parser/README.md

6 lines
337 B
Markdown
Raw Permalink Normal View History

2025-01-15 17:08:57 -05:00
# Skyscraper Parser
2025-01-15 17:53:51 -05:00
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)]`