Just some scripts to help me learn python. Used to look at Archipelago data
get-room-data.py - Gets data for an Archipelago room and stores to json
make-hint-graph.py - Make a hint graph using the room data from above. Has a good number of options to
# First time setup
python -m venv .venv
pip install -r requirements.txt# After first time setup is complete and opening a new terminal
python -m venv .venv