jdMrpackInstaller


NamejdMrpackInstaller JSON
Version 1.1 PyPI version JSON
download
home_pageNone
SummaryInstall Modrinth modpacks
upload_time2024-04-09 17:44:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseGPL-3
keywords jakobdev minecraft
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">jdMrpackInstaller</h1>

<h3 align="center">Install Modrinth modpacks</h3>

<p align="center">
    <img alt="jdMrpackInstaller" src="screenshots/WelcomePage.png"/>
</p>

With jdMrpackInstaller you can install modpacks that you've downloaded from Modrinth (.mrpack) with just a few clicks in an easy to use GUI.
That means you no longer need a special launcher to use your favourite modpack.

## Install

### Flatpak
You can get jdMrpackInstaller from [Flathub](https://flathub.org/apps/page.codeberg.JakobDev.jdMrpackInstaller)

### AUR
Arch Users can get jdMrpackInstaller from the [AUR](https://aur.archlinux.org/packages/jdMrpackInstaller)

### SourceForge
You can get Windows and AppImage Builds from [SourceForge](https://sourceforge.net/projects/jdmrpackinstaller)

### pip
You can install jdMrpackInstaller from [PyPI](https://pypi.org/project/jdMrpackInstaller) using `pip`:
```shell
pip install jdMrpackInstaller
```
Using this Method, it will not include a Desktop Entry or any other Data file, so you need to run jdMrpackInstaller from the Command Line.
Use this only, when nothing else works.

### From source
This is only for experienced Users and someone, who wants to package jdMrpackInstaller for a Distro.
jdMrpackInstallershould be installed as a Python package.
You can use `pip` or any other tool that can handle Python packages.
YOu need to have `lrelease` installed to build the Package.
After that, you should run `install-unix-datafiles.py` which wil install things like the Desktop Entry or the Icon in the correct place.
It defaults to `/usr`, but you can change it with the `--prefix` argument.
It also applies the translation to this files.
You need gettext installed to run `install-unix-datafiles.py`.

Here's a example of installing jdMrpackInstaller into `/usr/local`:
```shell
sudo pip install --prefix /usr/local .
sudo ./install-unix-datafiles.py --prefix /usr/local
```

## Translate
You can help translating jdMrpackInstaller on [Codeberg Translate](https://translate.codeberg.org/projects/jdMrpackInstaller)

## Develop
jdMrpackInstalleris written in Python and uses PyQt6 as GUI toolkit. You should have some experience in both.
You can run `jdMrpackInstaller.py`to start jdMrpackInstaller from source and test your local changes.
It ships with a few scripts in the tools directory that you need to develop.

#### BuildTranslations.py
This script takes all `.ts` files and compiles it to `.qm` files.
The `.ts` files are containing the translation source and are being used during the translation process.
The `.qm` contains the compiled translation and are being used by the Program.
You need to compile a `.ts` file to a `.qm` file to see the translations in the Program.

#### UpdateTranslations.py
This regenerates the `.ts` files. You need to run it, when you changed something in the source code.
The `.ts` files are contains the line in the source, where the string to translate appears,
so make sure you run it even when you don't changed a translatable string, so the location is correct.

####  UpdateUnixDataTranslations.py
This regenerates the translation files in `deploy/translations`. these files contains the translations for the Desktop Entry and the AppStream File.
It uses gettext, as it is hard to translate this using Qt.
These files just exists to integrate the translation with Weblate, because Weblate can't translate the Desktop Entry and the AppStream file.
Make sure you run this when you edited one of these files.
You need to have gettext installed to use it.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jdMrpackInstaller",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "JakobDev, Minecraft",
    "author": null,
    "author_email": "JakobDev <jakobdev@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/8c/14/9fbc09cf5c6c92c7093e936593fbde5a8f0d906b4d343a54e73b189a5b33/jdMrpackInstaller-1.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">jdMrpackInstaller</h1>\n\n<h3 align=\"center\">Install Modrinth modpacks</h3>\n\n<p align=\"center\">\n    <img alt=\"jdMrpackInstaller\" src=\"screenshots/WelcomePage.png\"/>\n</p>\n\nWith jdMrpackInstaller you can install modpacks that you've downloaded from Modrinth (.mrpack) with just a few clicks in an easy to use GUI.\nThat means you no longer need a special launcher to use your favourite modpack.\n\n## Install\n\n### Flatpak\nYou can get jdMrpackInstaller from [Flathub](https://flathub.org/apps/page.codeberg.JakobDev.jdMrpackInstaller)\n\n### AUR\nArch Users can get jdMrpackInstaller from the [AUR](https://aur.archlinux.org/packages/jdMrpackInstaller)\n\n### SourceForge\nYou can get Windows and AppImage Builds from [SourceForge](https://sourceforge.net/projects/jdmrpackinstaller)\n\n### pip\nYou can install jdMrpackInstaller from [PyPI](https://pypi.org/project/jdMrpackInstaller) using `pip`:\n```shell\npip install jdMrpackInstaller\n```\nUsing this Method, it will not include a Desktop Entry or any other Data file, so you need to run jdMrpackInstaller from the Command Line.\nUse this only, when nothing else works.\n\n### From source\nThis is only for experienced Users and someone, who wants to package jdMrpackInstaller for a Distro.\njdMrpackInstallershould be installed as a Python package.\nYou can use `pip` or any other tool that can handle Python packages.\nYOu need to have `lrelease` installed to build the Package.\nAfter that, you should run `install-unix-datafiles.py` which wil install things like the Desktop Entry or the Icon in the correct place.\nIt defaults to `/usr`, but you can change it with the `--prefix` argument.\nIt also applies the translation to this files.\nYou need gettext installed to run `install-unix-datafiles.py`.\n\nHere's a example of installing jdMrpackInstaller into `/usr/local`:\n```shell\nsudo pip install --prefix /usr/local .\nsudo ./install-unix-datafiles.py --prefix /usr/local\n```\n\n## Translate\nYou can help translating jdMrpackInstaller on [Codeberg Translate](https://translate.codeberg.org/projects/jdMrpackInstaller)\n\n## Develop\njdMrpackInstalleris written in Python and uses PyQt6 as GUI toolkit. You should have some experience in both.\nYou can run `jdMrpackInstaller.py`to start jdMrpackInstaller from source and test your local changes.\nIt ships with a few scripts in the tools directory that you need to develop.\n\n#### BuildTranslations.py\nThis script takes all `.ts` files and compiles it to `.qm` files.\nThe `.ts` files are containing the translation source and are being used during the translation process.\nThe `.qm` contains the compiled translation and are being used by the Program.\nYou need to compile a `.ts` file to a `.qm` file to see the translations in the Program.\n\n#### UpdateTranslations.py\nThis regenerates the `.ts` files. You need to run it, when you changed something in the source code.\nThe `.ts` files are contains the line in the source, where the string to translate appears,\nso make sure you run it even when you don't changed a translatable string, so the location is correct.\n\n####  UpdateUnixDataTranslations.py\nThis regenerates the translation files in `deploy/translations`. these files contains the translations for the Desktop Entry and the AppStream File.\nIt uses gettext, as it is hard to translate this using Qt.\nThese files just exists to integrate the translation with Weblate, because Weblate can't translate the Desktop Entry and the AppStream file.\nMake sure you run this when you edited one of these files.\nYou need to have gettext installed to use it.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Install Modrinth modpacks",
    "version": "1.1",
    "project_urls": {
        "Donation": "https://ko-fi.com/jakobdev",
        "Issues": "https://codeberg.org/JakobDev/jdMrpackInstaller/issues",
        "Source": "https://codeberg.org/JakobDev/jdMrpackInstaller",
        "Translate": "https://translate.codeberg.org/projects/jdMrpackInstaller"
    },
    "split_keywords": [
        "jakobdev",
        " minecraft"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e207688be4cabab5f3bab4ccdc1ba3aa3c272108c288ebf1c05feccd1c0ac76d",
                "md5": "5e4d24ffbac6bf121dcf03d5f92ee0a2",
                "sha256": "52bb2d163ac7a6f8cff27a0eb898486324563e3a34aa38479c2a5942f1fd030c"
            },
            "downloads": -1,
            "filename": "jdMrpackInstaller-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e4d24ffbac6bf121dcf03d5f92ee0a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 170852,
            "upload_time": "2024-04-09T17:44:24",
            "upload_time_iso_8601": "2024-04-09T17:44:24.539316Z",
            "url": "https://files.pythonhosted.org/packages/e2/07/688be4cabab5f3bab4ccdc1ba3aa3c272108c288ebf1c05feccd1c0ac76d/jdMrpackInstaller-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c149fbc09cf5c6c92c7093e936593fbde5a8f0d906b4d343a54e73b189a5b33",
                "md5": "32f12e13e4b630113e2ebbd48f8d528a",
                "sha256": "9393e9f52ba7ae1872927a7a3939d7ea7f9a8dce1a5aadc449f653f2c2e9961d"
            },
            "downloads": -1,
            "filename": "jdMrpackInstaller-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "32f12e13e4b630113e2ebbd48f8d528a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 171933,
            "upload_time": "2024-04-09T17:44:26",
            "upload_time_iso_8601": "2024-04-09T17:44:26.410353Z",
            "url": "https://files.pythonhosted.org/packages/8c/14/9fbc09cf5c6c92c7093e936593fbde5a8f0d906b4d343a54e73b189a5b33/jdMrpackInstaller-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 17:44:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "JakobDev",
    "codeberg_project": "jdMrpackInstaller",
    "lcname": "jdmrpackinstaller"
}
        
Elapsed time: 0.34423s