-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# Project_Exporter | ||
一个简单的工具,通过拖拽项目文件夹生成项目文件结构树和代码文件内容的导出工具。 | ||
# 项目文件导出工具 | ||
|
||
## 简介 | ||
|
||
这是一个使用PyQt5开发的项目文件导出工具。它允许用户通过拖拽项目文件夹到工具窗口中,自动生成项目的文件结构和代码内容的文本文件。该工具旨在方便开发者直接通过上下文向LLM传递项目详细信息。 | ||
|
||
本项目的代码几乎完全由GPT-4o编写,我仅提供需求和建议。 | ||
|
||
## 功能特点 | ||
|
||
- 自动生成项目的文件结构树 | ||
- 提取每个文件的代码内容并写入输出文件 | ||
- 将导出的文本文件放置在导入的项目文件目录中 | ||
- 使用HarmonyOS Sans SC Regular字体,界面美观 | ||
- 实时显示导出状态和输出文件路径 | ||
|
||
## 使用方法 | ||
|
||
1. 前往 [Releases](https://github.com/CookSleep/Project_Exporter/releases) 页面 | ||
2. 下载最新版本的 `项目文件导出工具.exe`。 | ||
3. 双击运行 `项目文件导出工具.exe`。 | ||
4. 将需要导入的项目文件夹拖入程序窗口。 | ||
5. 在输出完成后,前往刚刚导入的项目目录(在输出框也有显示)查找输出文件。 | ||
|
||
## 贡献 | ||
|
||
如果您对本项目有任何建议或意见,欢迎提交Issue或Pull Request。 |