详细说明项目定位、功能、适用场景
本项目适用于大批依赖模块开发集成的用户,本模块集合的目的在于Python导入模块以及使用的轻量化。例如原先需要在代码中敲入:
import colorama
colorama.init()
print(colorama.Fore.GREEN + colorama.Style.BRIGHT + "Hello world")
而现在你只需敲入一行代码:
pmu2.text.edit.color("Hello world")
我们来细细说: