Julius is a cross-platform game engine and simulation tool designed for the reimplementation of legacy games. It executes original game logic using the original assets while applying modern resolution and interface updates. The engine features a localization framework for integrating community translations of text, audio, and video, and an integrated scenario editor for configuring gameplay rules and resource requirements within map data files. The project covers a broad capability surface including save game management with automated backups, input mapping for diverse keyboard layouts and t
Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w
Tablib is a Python library designed for importing, exporting, and manipulating tabular datasets. It functions as a multi-format data converter and manager, allowing users to move information between different file standards. The library supports data transformation across CSV, JSON, YAML, and Excel formats. It provides a programmatic interface to manage these datasets by adding rows, filtering columns, and segregating records. The system uses a common internal representation and adapter-based mapping to normalize diverse input sources. This allows for consistent reading and writing routines
This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It
PKHeX 是一个宝可梦存档编辑器和存档数据转换器。它作为实体数据修改器和外部数据导入器,用于修改多个游戏世代的存档数据和内存镜像。
kwsch/pkhex 的主要功能包括:Save File Editors, Version-to-Version Migrations, Game Save Managers, Save State Version Compatibility, Binary Offset Mappings, Direct Memory Buffers, Data Format Converters, Entity Data Modifiers。
kwsch/pkhex 的开源替代品包括: kimai/kimai — Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates… bvschaik/julius — Julius is a cross-platform game engine and simulation tool designed for the reimplementation of legacy games. It… jazzband/tablib — Tablib is a Python library designed for importing, exporting, and manipulating tabular datasets. It functions as a… mikefarah/yq — This tool is a command-line processor designed for querying, updating, and transforming structured data files. It… fasterxml/jackson-databind — Jackson-databind is a Java serialization framework and JSON data binding library used to convert Java objects to JSON… bram2w/baserow — Baserow is a no-code relational database and application builder that allows users to create structured data tables…