# pdm_reader **Repository Path**: ZEUSFIRST/pdm_reader ## Basic Information - **Project Name**: pdm_reader - **Description**: 使用claude code开发的一个pdm阅读器,使用python编程语言,可以打包成exe,界面丑了点,但是可以用 - **Primary Language**: Python - **License**: BSD-4-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-26 - **Last Updated**: 2026-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pdm阅读器 ## 环境依赖 依赖python 3.0+ ## 运行 ```shell python main.py ``` ## 编译成exe ```shell pyinstaller --onefile --windowed --name "PDM阅读器" main.py 2>&1 ```