{"id":17351738,"url":"https://github.com/mddanish00/jpzip","last_synced_at":"2025-08-02T00:32:20.431Z","repository":{"id":196196912,"uuid":"456472468","full_name":"mddanish00/jpzip","owner":"mddanish00","description":"A simple program to extract archive that contains files with name in Japanese correctly using 7zip.","archived":false,"fork":false,"pushed_at":"2024-04-09T01:40:55.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-16T18:42:55.378Z","etag":null,"topics":["7zip","japanese","zip"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mddanish00.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}},"created_at":"2022-02-07T11:13:11.000Z","updated_at":"2022-04-29T01:21:41.000Z","dependencies_parsed_at":"2023-09-23T00:12:15.277Z","dependency_job_id":"3134a95c-8c32-466a-a875-60f4ea92464f","html_url":"https://github.com/mddanish00/jpzip","commit_stats":null,"previous_names":["mddanish00/jpzip"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mddanish00%2Fjpzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mddanish00%2Fjpzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mddanish00%2Fjpzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mddanish00%2Fjpzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mddanish00","download_url":"https://codeload.github.com/mddanish00/jpzip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228419604,"owners_count":17916772,"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":["7zip","japanese","zip"],"created_at":"2024-10-15T17:11:02.526Z","updated_at":"2025-08-02T00:32:20.410Z","avatar_url":"https://github.com/mddanish00.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jpzip\njpzip is a simple program to extract archive that contains files with name in Japanese correctly using 7zip.\n\n![Language](https://img.shields.io/badge/language-python-blue?style=flat-square\u0026logo=python\u0026logoColor=yellow)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)\n![GitHub](https://img.shields.io/github/license/Miracutor/jpzip?style=flat-square)\n![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/Miracutor/jpzip?include_prereleases\u0026sort=semver\u0026style=flat-square)\n![GitHub all releases](https://img.shields.io/github/downloads/Miracutor/jpzip/total?style=flat-square)\n\n## Status\nProject archived. Don't use old releases. Just use the same command with your own downloaded 7zip.\n```\n7za.exe x -mcp=932 \u003cinput archive\u003e -o\u003coutput directory\u003e\n```\n\n## Introduction\nDeal with archive files that contain files with name in Japanese all the time?\nFrequent customer on DLSite or other Japanese sites?\n\nWhen you tried to extract these archive using 7zip, you got error like below.\n\n![Error1](media/error1.png)\n\nAfter a few hours researching the correct combination of command line options \nand arguments, I finally get 7zip to extract archive files with name in Japanese \ncorrectly, but it is pain to input those every time.\n\nThat's why I created this program.\n\n## Installation\n1. Download the archive from [Releases](https://github.com/Miracutor/jpzip/releases).\n2. Extract to anywhere you like.\n3. (Optional) Set up the PATH pointed to the directory that you extract the archive. This to make sure that jp7zip is \naccessible to anywhere in your system.\n\n## Usage\n```\njpzip [-h] [-o OUTPUT | -os] input\n```\n```\ninput                 (Required) Input archive.\n-h, --help            show this help message and exit\n-o OUTPUT, --output OUTPUT\n                      Output directory. If not specified, output will be at the same directory as the archive.\n-os, --output_same    Output to a new directory with same name with the archive name.\n```\n### Extract files to an output directory:\n\n```\njpzip \u003cpath to input archive\u003e [-o|--output] \u003cpath to output directory\u003e\n```\n\n### Extract files to the new folder with archive name:\n\n```\njpzip \u003cpath to input archive\u003e [-os|--output_same]\n```\n\n### Extract files to the current directory:\n```\njpzip \u003cpath to input archive\u003e\n```\n\n## Information\nThe actual command that passed to 7zip is:\n```\n7za.exe x -mcp=932 \u003cinput archive\u003e -o\u003coutput directory\u003e\n```\n\n## License\n```\njpzip is a simple program to extract archive that contains files with \nname in Japanese correctly using 7zip.\n\nCopyright (C) 2022 Miracutor\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n```\n\n7zip licenses is listed in [here](https://www.7-zip.org/license.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmddanish00%2Fjpzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmddanish00%2Fjpzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmddanish00%2Fjpzip/lists"}