# ZjangDataViewer **Repository Path**: hcz-123/ZjangDataViewer ## Basic Information - **Project Name**: ZjangDataViewer - **Description**: No description available - **Primary Language**: 其他 - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-07-14 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZjangDataViewer [更新日志](/docs/更新日志.md) [自定义筛选说明](/docs/自定义筛选说明.md) [Changelog_EN](/docs/更新日志_EN.md) [CustomizeFilterDescriptions_EN](/docs/自定义筛选说明_EN.md) [github下载](https://github.com/123-hcz/ZjangDataViewer/releases) [gitee下载(只有Windows版本)](https://gitee.com/hcz-123/ZjangDataViewer/releases) [web版本 beta](https://123-hcz.github.io/123excel-web/) ## 一个可视化读取和修改数据的程序 ## 安装方式 *** ### Windows 下载 release, 运行其中的 .exe 文件 ### Linux 下载 release 中的 .zip 文件 解压缩后运行 ```bash chmod +x main ./main ``` ### MacOS 下载源代码 .zip 文件或 `git clone https://github.com/123-hcz/ZjangDataViewer.git` 安装 Python3 `pip install -r requirements.txt` 运行 `cd src;python3 main.py`