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

26
pinyin/README.md Normal file
View File

@ -0,0 +1,26 @@
# pinyin
中文姓名拼音首字母转换器。
## 功能
将中文姓名转换为拼音首字母,处理预设的中文姓名列表并输出每个字符拼音的首字母。
## 使用方法
1. 运行 `python gen.py`
2. 程序将处理内置的中文姓名列表
3. 输出每个姓名对应的拼音首字母
## 特性
- 中文转拼音处理
- 首字母提取
- 批量姓名处理
- 简洁输出格式
## 应用场景
- 姓名索引生成
- 拼音首字母排序
- 中文姓名处理工具