Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

jwodder/acnh-diy-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains data files & scripts for producing fillable PDF checklists of the DIY recipes available in Animal Crossing: New Horizons. The actual resulting PDFs can be downloaded from the "Releases" page.

Running the mkchecklist.py Script

Needed:

  • Python 3.6+
  • the Python packages listed in requirements.txt
  • the data files in data/ or compatible CSV files

Run the script as:

python3 mkchecklist.py [--by <field>] [--checked <file>] path/to/recipes.csv path/to/seasons.csv

This will output the source for a LaTeX document that will produce a fillable PDF when typeset.

  • The --by option can be set to name, source, or category to set how the checklist will be organized (default: name).

  • The --checked option can be supplied with the path to a file listing the names of DIY recipes, one per line, in order to produce a PDF in which those recipes start out checked-off.