Get a list of your checked out titles from the King County Library System. This will dump the results to a JSON file.
pip install -r requirements.txt
Create a file named .env
with these contents
KCLS_USER=<your username/barcode>
PIN=<your pin>
python getCheckedOut.py