{"id":13674575,"url":"https://github.com/kwsch/PKHeX","last_synced_at":"2025-04-28T14:31:45.942Z","repository":{"id":18192134,"uuid":"21311240","full_name":"kwsch/PKHeX","owner":"kwsch","description":"Pokémon Save File Editor","archived":false,"fork":false,"pushed_at":"2024-10-28T23:21:44.000Z","size":94137,"stargazers_count":3708,"open_issues_count":4,"forks_count":698,"subscribers_count":164,"default_branch":"master","last_synced_at":"2024-10-29T14:56:26.008Z","etag":null,"topics":["class-library","converter","csharp","database","nintendo-hacking","pkhex","pokemon","save-editor","validator"],"latest_commit_sha":null,"homepage":"https://projectpokemon.org/pkhex/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kwsch.png","metadata":{"files":{"readme":".github/README-de.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"kwsch","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-06-28T21:20:30.000Z","updated_at":"2024-10-28T23:21:48.000Z","dependencies_parsed_at":"2023-09-22T05:05:46.464Z","dependency_job_id":"76448c4d-f690-4bd0-a89f-598ea79af765","html_url":"https://github.com/kwsch/PKHeX","commit_stats":{"total_commits":8925,"total_committers":146,"mean_commits":61.13013698630137,"dds":"0.18151260504201683","last_synced_commit":"8ab36f70fd63baf3c08ba207945200d25d2c132e"},"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwsch%2FPKHeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwsch%2FPKHeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwsch%2FPKHeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwsch%2FPKHeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwsch","download_url":"https://codeload.github.com/kwsch/PKHeX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223713714,"owners_count":17190498,"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":["class-library","converter","csharp","database","nintendo-hacking","pkhex","pokemon","save-editor","validator"],"created_at":"2024-08-02T11:00:54.047Z","updated_at":"2024-11-11T14:31:11.185Z","avatar_url":"https://github.com/kwsch.png","language":"C#","readme":"PKHeX\n=====\n\u003cdiv\u003e\n  \u003cspan\u003eEnglish\u003c/span\u003e / \u003ca href=\".github/README-es.md\"\u003eEspañol\u003c/a\u003e / \u003ca href=\".github/README-fr.md\"\u003eFrançais\u003c/a\u003e / \u003ca href=\".github/README-de.md\"\u003eDeutsch\u003c/a\u003e / \u003ca href=\".github/README-it.md\"\u003eItaliano\u003c/a\u003e / \u003ca href=\".github/README-zhHK.md\"\u003e繁體中文\u003c/a\u003e / \u003ca href=\".github/README-zh.md\"\u003e简体中文\u003c/a\u003e\n\u003c/div\u003e\n\n![License](https://img.shields.io/badge/License-GPLv3-blue.svg)\n\nPokémon core series save editor, programmed in [C#](https://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29).\n\nSupports the following files:\n* Save files (\"main\", \\*.sav, \\*.dsv, \\*.dat, \\*.gci, \\*.bin)\n* GameCube Memory Card files (\\*.raw, \\*.bin) containing GC Pokémon savegames.\n* Individual Pokémon entity files (.pk\\*, \\*.ck3, \\*.xk3, \\*.pb7, \\*.sk2, \\*.bk4, \\*.rk4)\n* Mystery Gift files (\\*.pgt, \\*.pcd, \\*.pgf, .wc\\*) including conversion to .pk\\*\n* Importing GO Park entities (\\*.gp1) including conversion to .pb7\n* Importing teams from Decrypted 3DS Battle Videos\n* Transferring from one generation to another, converting formats along the way.\n\nData is displayed in a view which can be edited and saved.\nThe interface can be translated with resource/external text files so that different languages can be supported.\n\nPokémon Showdown sets and QR codes can be imported/exported to assist in sharing.\n\nPKHeX expects save files that are not encrypted with console-specific keys. Use a savedata manager to import and export savedata from the console ([Checkpoint](https://github.com/FlagBrew/Checkpoint), save_manager, [JKSM](https://github.com/J-D-K/JKSM), or SaveDataFiler).\n\n**We do not support or condone cheating at the expense of others. Do not use significantly hacked Pokémon in battle or in trades with those who are unaware hacked Pokémon are in use.**\n\n## Screenshots\n\n![Main Window](https://i.imgur.com/HZs37cM.png)\n\n## Building\n\nPKHeX is a Windows Forms application which requires [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0).\n\nThe executable can be built with any compiler that supports C# 12.\n\n### Build Configurations\n\nUse the Debug or Release build configurations when building. There isn't any platform specific code to worry about!\n\n## Dependencies\n\nPKHeX's QR code generation code is taken from [QRCoder](https://github.com/codebude/QRCoder), which is licensed under [the MIT license](https://github.com/codebude/QRCoder/blob/master/LICENSE.txt).\n\nPKHeX's shiny sprite collection is taken from [pokesprite](https://github.com/msikma/pokesprite), which is licensed under [the MIT license](https://github.com/msikma/pokesprite/blob/master/LICENSE).\n\nPKHeX's Pokémon Legends: Arceus sprite collection is taken from the [National Pokédex - Icon Dex](https://www.deviantart.com/pikafan2000/art/National-Pokedex-Version-Delta-Icon-Dex-824897934) project and its abundance of collaborators and contributors.\n\n### IDE\n\nPKHeX can be opened with IDEs such as [Visual Studio](https://visualstudio.microsoft.com/downloads/) by opening the .sln or .csproj file.\n","funding_links":["https://github.com/sponsors/kwsch"],"categories":["C# #","C#","游戏","Game \u0026 Studio Tools"],"sub_categories":["资源传输下载","Game Freak"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwsch%2FPKHeX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwsch%2FPKHeX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwsch%2FPKHeX/lists"}