💡 Examples#

The examples below will help you make the most use of pyppbox. Before you try these examples, make sure you already installed pyppbox V3+ or check 🚀 Getting Started if you haven’t already.

ℹ️ Source code and required input files are available here: {pyppbox repo}/examples.

Run scripts with the repository’s examples/ directory as the working directory. Examples 3, 4, 5, 11, and 13 contain C:/pyppbox_v3/ placeholders in their scripts or custom configs; replace these with your installed pyppbox directory. Find it with python -c "import os, pyppbox; print(os.path.dirname(pyppbox.__file__))".