Downrinth
A Python utility to download mods from Modrinth.
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
Release files for downrinth 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| downrinth-0.3.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| downrinth-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 kB
Release files / downrinth-0.3.tar.gz
| Download URL | downrinth-0.3.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edc7d2723dbb26ec22850136f9f35ee1a234b6306d5139b4598a76afe5b60b8c
|
|
BLAKE2b-256 checksum How to use checksums |
c7751941fd0386f8f32d4e4f0e778fd685db8dd143f454603743378c41a2e72e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.0
|
Release files / downrinth-0.3-py3-none-any.whl
| Download URL | downrinth-0.3-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c0d05fad45ba7e6fd365407ff7c8042bba5b07bcf4e23724029f77783c88ea1e
|
|
BLAKE2b-256 checksum How to use checksums |
6bce309e4c3513f1d3fb4696e58d671036f21eb123d716374fd39b3df17442da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.0
|