安装pyefun

安装

正式版本(稳定) 定期更新

正式版本 https://pypi.org/project/pyefun/

pip install pyefun

测试版本 实时更新 如有bug请及时反馈

测试版本 https://test.pypi.org/project/pyefun/

pip install -i https://test.pypi.org/simple/ pyefun

升级版本时

pip install -U pyefun

卸载后重新安装

pip uninstall pyefun
pip install pyefun

使用

from pyefun import *

安装ide代码提示插件

pycharm 在插件中搜索 chinese 安装两个插件,界面中文汉化语言包和拼音提示

https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper

code code