{"id":24778993,"url":"https://github.com/kenny-hui/pw-gui","last_synced_at":"2025-04-10T01:34:52.927Z","repository":{"id":274626219,"uuid":"923526539","full_name":"Kenny-Hui/PW-GUI","owner":"Kenny-Hui","description":"GUI for managing Minecraft modpacks via packwiz","archived":false,"fork":false,"pushed_at":"2025-03-12T16:22:07.000Z","size":1044,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T03:13:25.228Z","etag":null,"topics":["java","minecraft","minecraft-modpacks","packwiz","swing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kenny-Hui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/Roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-28T12:07:37.000Z","updated_at":"2025-03-12T16:22:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3108433b-a587-4a20-b347-32287c92e6d2","html_url":"https://github.com/Kenny-Hui/PW-GUI","commit_stats":null,"previous_names":["kenny-hui/pw-gui"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny-Hui%2FPW-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny-Hui%2FPW-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny-Hui%2FPW-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny-Hui%2FPW-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kenny-Hui","download_url":"https://codeload.github.com/Kenny-Hui/PW-GUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140963,"owners_count":21054374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","minecraft","minecraft-modpacks","packwiz","swing"],"created_at":"2025-01-29T09:26:43.515Z","updated_at":"2025-04-10T01:34:52.903Z","avatar_url":"https://github.com/Kenny-Hui.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./assets/pwgui_logo.svg\" width=\"256\" alt=\"PW-GUI Logo\"\u003e    \n    \u003ch1\u003ePW-GUI\u003c/h1\u003e\n    \u003cp\u003eA lightweight GUI Wrapper around \u003ca href=\"https://github.com/packwiz/packwiz\"\u003epackwiz\u003c/a\u003e, a tool for managing Minecraft modpacks.\u003c/p\u003e\n    \u003cimg alt=\"GitHub Build Status Badge\" src=\"https://github.com/Kenny-Hui/PW-GUI/actions/workflows/build.yml/badge.svg\"\u003e\n    \u003cimg alt=\"MIT License\" src=\"https://img.shields.io/github/license/Kenny-Hui/PW-GUI\"\u003e\n    \u003ca href=\"https://github.com/Kenny-Hui/PW-GUI/releases\"\u003e\u003cimg alt=\"Latest Release\" src=\"https://img.shields.io/github/v/release/Kenny-Hui/PW-GUI\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.gg/jzbhWEBFPx\"\u003e\u003cimg alt=\"Join Discord Server\" src=\"https://img.shields.io/discord/1257225868292653087\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\nPW-GUI is a tool designed to simplify modpack management by providing a graphical interface around the command-line tool [packwiz](https://packwiz.infra.link).\n\nThe end goal is that newcomers should be able to get started authoring their own Minecraft modpack with packwiz, as well as offering an overview of the modpack.\n\n## What stuff can it do?\n- You can create a modpack from scratch\n- You can import a CurseForge modpack\n- You can export a modpack to Modrinth (.mrpack) / CurseForge (.zip) format\n- You can preview various files in the modpack and modify them\n- You can add new content from Modrinth/CurseForge/Direct URL\n- *TLDR: Pretty much most things the packwiz CLI do, just in GUI!*\n\n### What (more) stuff can it do?\n- In-app downloading of the packwiz executable\n- Edit preserve state of each file (Whether the file should be overriden by players)\n- Mark mod as optional, pinned, as well as modifying different \"sides\"\n- Interactive manual download for blocked CurseForge mod\n- gitignore and packwizignore preview\n\n## Using PW-GUI!\nPW-GUI requires **Java 17 or above** to run.  \nIf you don't have Java yet, you can download them at [Adoptium](https://adoptium.net) (Or any other Java distributions)\n\nAfter that, you can head to the [Release](https://github.com/Kenny-Hui/PW-GUI/releases) page and download the latest release, run it and follow the instructions on screen.  \n\nFor detailed instructions, you can refer to the [Usage](./docs/Usage.md) page for details.\n\n## Future Development\nSee [Roadmap](./docs/Roadmap.md)\n\n## Contact / Support\nIf you are having issues when using the program or have some suggestions, feel free to open a new issue in the [Issues](https://github.com/Kenny-Hui/PW-GUI/issues) page.  \nWhile this is only a hobby project and I can't guarantee everything can and will be fixed/implemented, at the very least you are bring potential ideas to light, which may be useful for future users/contributors :)\n\nOptionally you can also join the [Discord Server](https://discord.gg/jzbhWEBFPx) if you like chatting back-and-fourth better~\n\nOr if you'd like to send some love, feel free to contact me via the above Discord Server, or send email to `lx86(at)lx862.com`, or even create a new [issue](https://github.com/Kenny-Hui/PW-GUI/issues)!.\n\n## License\nThis project is licensed under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenny-hui%2Fpw-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenny-hui%2Fpw-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenny-hui%2Fpw-gui/lists"}