SkillAgentSearch skills...

Bookworm

A mod and modpack manager tool for The Binding of Isaac: Repentance(+)

Install / Use

/learn @catinsurance/Bookworm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bookworm - A Repentance(+) mod and modpack manager!

Bookworm is a mod manager for Repentance and Repentance+ (untested on Afterbirth+). It allows creating and sharing modpacks, as well as managing if your mods are enabled or disabled.

<img src="repo/preview1.png" alt="Preview image" width="500"/> <img src="repo/preview2.png" alt="Preview image" width="500"/>

How to download

<img src="repo/download.png" alt="Download instructions: click the 'releases' button on the right of the screen, find the latest release (usually at the top with green text), and download the .zip file. Unpack anywhere." width="700"/>

Download instructions: click the 'releases' button on the right of the screen, find the latest release (usually at the top with green text), and download the .zip file. Unpack anywhere.

Build Instructions

I use pyinstaller to package the python script into an EXE. I do so in a virtual environment with only the necessary packages installed.

First, use pip to install the necessary packages:

py pip install -r "requirements.txt"

To run by itself, you can just run the python script, either by double-clicking it if Python is added to PATH, or by running it in a cmd prompt.

cd directory/with/python/script
main.py

I also use Pyinstaller to package Bookworm into an exe:

pyinstaller --onefile --windowed --icon=resources/app_icon.ico "main.py"

Make sure that's being run in the same directory with the script. I recommend doing this in a virtual environment.

Consider supporting me on Ko-Fi

If you think my work here is worth more than $0, please consider supporting me on Ko-Fi!

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Python

Security Score

87/100

Audited on Nov 10, 2025

No findings