update README

1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
2025-09-12 14:58:58 +08:00
parent f539792fd1
commit b4c04343e8
27 changed files with 964 additions and 74 deletions

View File

@ -0,0 +1,20 @@
# conversation_trans
将对话数据转换为Markdown格式的工具。
## 功能
将Claude AI聊天记录或其他对话JSON数据转换为格式化的Markdown文档提取思考时间、内容和回复等信息。
## 使用方法
1. 将对话JSON数据放入脚本中
2. 运行 `python main.py`
3. 程序将生成带有对话标题的Markdown文件
## 特性
- 解析消息树结构
- 提取思考过程和回复内容
- 生成格式化的Markdown输出
- 自动生成文件名