Skip to content

A Python utility to download mods from modrinth.

Notifications You must be signed in to change notification settings

v-pun215/Downrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downrinth

image

A Python utility to download mods from Modrinth.

Check this package out at PyPI.

Known Bugs

In linux, it does not automatically install the module wget.

To do this, do pip install wget in the terminal.

Quickstart

To download this package:

pip install downrinth

Usage

To import ModrinthDown:

from downrinth import *

To download mod from Modrinth

downloadMod(modSlug, modloader, gameversion, minecraftdirectory)

Example

from downrinth import downloadMod

downloadMod("sodium", "fabric", "1.17.1", "C:\users\username\appdata\roaming\.minecraft")

That downloads Sodium into the mods folder in the Minecraft directory.

Upcoming features

Resource Pack downloads

Shader downloads

Proper mod manager with GUI