Metadata-Version: 2.1
Name: muko
Version: 2.9
Summary: 加速实现AIGC、自动办公的中文编程工具
Home-page: https://www.mikooo.cn
Author: Milk
Author-email: 719496375@qq.com
License: The MIT License
Platform: win64
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: ==3.8.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests >=2.31.0
Requires-Dist: moviepy >=1.0.3
Requires-Dist: pillow ==9.5.0
Requires-Dist: diskcache >=5.6.3
Requires-Dist: retrying >=1.3.3
Requires-Dist: numpy >=1.24.4
Requires-Dist: opencv-python >=4.8.1.78
Requires-Dist: diplib <=3.4.3
Requires-Dist: rembg >=2.0.56
Requires-Dist: easyocr >=1.7.1
Requires-Dist: getmac >=0.9.4
Requires-Dist: pydub >=0.25.1
Requires-Dist: pygame >=2.5.2
Requires-Dist: librosa >=0.10.0
Requires-Dist: soundfile >=0.12.1
Requires-Dist: python-bidi ==0.4.2
Requires-Dist: pyroomacoustics >=0.7.6
Requires-Dist: matplotlib >=3.7.4
Requires-Dist: scipy >=1.10.1
Requires-Dist: oss2 >=2.18.4

# Muko：加速实现AIGC、自动办公的中文编程工具

## 安装方式
    pip install muko

## 使用方法
在你的代码文件开头添加以下这句，就可以获得Muko的所有能力

    from muko import *

## 输出文本到控制台（入门）
    输出('凡事发生皆有利于我')

## AI朗读
自动将文本生成wav音频文件

    朗读('凡事发生皆有利于我')
