Skip to content

Instantly share code, notes, and snippets.

@scruel
scruel / fix-ms-input-pinyin-phrase.py
Last active May 16, 2024 10:44
修正微软拼音输入法无法添加多个格式化自定义短语的问题,默认添加 sj 和 rq 两个自定义短语
"""
修正微软拼音输入法无法添加多个格式化自定义短语的问题
Author: Scruel Tao
"""
import os
import re
import pathlib
import traceback
from pathlib import Path