MacJim / MinecraftMusicExtractor

Extract Minecraft music locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft Music Extractor

Extract music and / or sound effects from your local Minecraft folder.

Features

This script will:

  1. Automatically locate your Minecraft game folder.
  2. Automatically find your latest Minecraft game assets version.
  3. Copy music and / or sound effects to the same folder of this script ("main.py").

Prerequisites

Python3

Download and install the latest version of Python 3 from https://www.python.org/downloads/.

Python 2 is NOT supported.

Minecraft installation

You must install and run Minecraft at least once before running this script.

Run this script

python3 main.py

On platforms with the "Python launcher" installed, you may simply double click the "main.py" file to run this script.

Configuration (optional)

You may change the following configuration in the self-documented "config.py" file if you want:

  1. ".minecraft" folder path.
  2. Export location.
  3. Should overwrite existing files.
  4. Assets index version.

This script should work out of the box and most of the time there's no need to change them at all 😄.

About

Extract Minecraft music locally.

License:MIT License


Languages

Language:Python 100.0%