A powerful and customizable Python tool to generate a changelog between two Minecraft modpacks in modrinth.mrpack or curseforge.zip format.
Project description
ModpackChangelogger
ModpackChangelogger is a Python tool that compares two Minecraft Modpacks (in modrinth.mrpack or curseforge.zip format) and generates a markdown changelog to show the difference between them.
Features
- Precise Comparison: Easily spot added, removed, and modified items, changes to the Minecraft version, and updates to modloaders.
- Markdown Output: View the differences in a markdown document with various styles options.
- Configurability: You can customize output through a config file.
- Multi-Platform: Run it on Windows or Linux, no Python installation required.
Installation
Download the source code from the latest release and run it with the python interpreter:
python ModpackChangelogger.py [args]
Or use the compiled windows .exe.
More information on the wiki.
Basic Usage
-o,--old: Specify the first pack to compare.-n,--new: Specify the pack to compare against.
E.g:Compare old_pack to new_pack using the settings in config.json, and write the output to output.md.
python ModpackChangelogger -o old_pack -n new_pack -c config.json -f output.md
More information on the wiki.
Limitations
- Mod added as .jar file(overrides) aren't checked
This is my first time using python, so if you have any suggestion about code quality or performance feel free to pr them! And, if something isn't working correctly, sorry. Please open an issuehttps://github.com/TheBossMagnus/ModpackChangelogger/issues and will do my best to fix it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file modpack_changelogger-1.0.0b1.win-amd64.zip.
File metadata
- Download URL: modpack_changelogger-1.0.0b1.win-amd64.zip
- Upload date:
- Size: 47.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d73693105b86cb32d22d8f48911e740a8cda83a664f08462f1ac586460e7c65
|
|
| MD5 |
a906d49aff299a9e018e3e7385c93c2f
|
|
| BLAKE2b-256 |
3a35f7419257749b29100756556e88a24437e3a15698ce6c9fdd5a49ebfba2c8
|
File details
Details for the file modpack_changelogger-1.0.0b1-py3-none-any.whl.
File metadata
- Download URL: modpack_changelogger-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46d550f1a0356a197e80e4cbbe2cf21fd2c2df67d216d8927524cd692c48fd3d
|
|
| MD5 |
2377a4272e5e292cff64dc19c7f825ed
|
|
| BLAKE2b-256 |
1d3d01a6da13fe6f88026a5cd03a657de9e6b37c0a44538eef0c9e212266f1d2
|