点击上方“菜鸟学Python”,关注
<section style="padding: 0.5em;font-size: 12px;color: rgb(169, 183, 198);line-height: 18px;border-radius: 0px;background: rgb(40, 43, 46);display: block;font-family: Consolas, Inconsolata, Courier, monospace;overflow: auto;letter-spacing: 0px;margin-left: 8px;margin-right: 8px;overflow-wrap: normal !important;word-break: normal !important;"><span style="font-size: 16px;"><span style="color: rgb(238, 220, 112);line-height: inherit;overflow-wrap: inherit !important;word-break: inherit !important;">pip3</span> install manimlib<br style="font-size: inherit;color: inherit;line-height: inherit;overflow-wrap: inherit !important;word-break: inherit !important;" /></span></section>
-
manim:选择clone or download,然后Download ZIP,解压后到一个合适的位置(路径中不要包含中文!),即可使用(此为manim引擎所包含的全部文件),安装地址:https://github.com/3b1b/manim
-
LaTeX(推荐MiKTeK):这是一种排版语言,主要用于处理视频中包含的文字信息,安装地址:https://miktex.org/download
-
ffmpeg:这是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序,安装地址:https://ffmpeg.zeranoe.com/builds/
-
SoX(即 Sound eXchange):这是一个跨平台(Windows,Linux,MacOS 等)的命令行实用程序,可以将各种格式的音频文件转换为需要的其他格式,下载地址:http://sox.sourceforge.net/
-
Cairo:这是一个2D图形库,支持多种输出设备。下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo
最后推荐一下我们菜鸟学Python在B站的学习资料,菜鸟学Python在B站的官方名字为 “菜鸟玩Python”。目前已经录制了6个视频,累计有1.2万阅读。
-
用Python做一个弹球游戏
-
10行Python代码实现美图秀秀
-
用Python做一个元宵节灯谜
-
我用Python集齐五福
-
50行代码,用Python批量做海量小姐姐的素描图
-
用Python做一个缩放自如的圣诞老人
本篇文章来源于: 菜鸟学Python
本文为原创文章,版权归知行编程网所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ python中函数的作用09/12
- ♥ Python教程:int()函数的用法分析11/03
- ♥ python可以压缩文件吗11/24
- ♥ 如何更改python的编码10/24
- ♥ 如何使用 python 函数绘制菱形?09/13
- ♥ 如何使用 Python 读取 json 文件08/20
内容反馈