Python模块之manim (动画模块)

模块作用简介:

Python模块之manim (动画模块)


官方 英文 帮助:https://docs.python.org/3/library/
官方 简体中文 帮助:https://docs.python.org/zh-cn/3/library/


manim 官方:https://docs.manim.community/en/stable/installation.html


必要操作:

>>> from manim import *


安装:

>>> pip3 install manim


导入包:

>>> from manim import *


帮助查看:

>>> help(manim)

或 单独查看某个子方法(函数)

>>> help(manim)


方法(函数):

函数 说明 备注
WaterMark.construct()
WaterMark.construct(self)
Text() 文本
play() 动画播放
MarkupText() 用HTML标记文本内容
add() 添加要播放内容
>>> 


参数



返回值

返回True,否则返回False。



使用示例:

示例1:

>>> 


示例2:

>>> 







相关文章:
Python安装包下载:https://www.cnblogs.com/wutou/p/17709685.html
Pip 源设置:https://www.cnblogs.com/wutou/p/17531296.html
pip 安装指定版本模块:https://www.cnblogs.com/wutou/p/17716203.html


参考、来源:
https://mp.weixin.qq.com/s/Mmjtk2mFfAv_RFVQ1zFI-A?from=industrynews&version=4.1.22.6014&platform=win&nwr_flag=1#wechat_redirect
https://zhuanlan.zhihu.com/p/478161350
https://www.cnblogs.com/1234567FENG/p/16382642.html







posted @ 2024-11-13 11:38  悟透  阅读(11)  评论(0编辑  收藏  举报