Skip to main content

A Python library for rendering code videos

Project description

本库用于渲染并生成输入代码的视频,视频视角跟随光标移动。

说明

使用manim进行动画渲染,使用前请确保manim能够正常运行。

如何使用

本库提供CodeVideo函数,你可以使用它创建一个视频对象。参数如下:

CodeVideo(video_name="CodeVideo", speed=0.2, interval=0.05, floating_interval=True, 
          floating_pos=True, paragraph_config={'font':'Consolas'}, **kwargs)

参数说明

video_name:用于设置视频名称,必须为字符串类型。

speed:用于设置每个字符停留时间(秒),必须为数值类型。

interval:用于设置每个字符之间的间隔(秒),必须为数值类型。

floating_interval:用于设置间隔是否上下浮动,如果为True则间隔会上下浮动0.01秒。

floating_pos:用于设置镜头是否上下浮动,如果为True则镜头会在上方0.05单位长度下方0.05单位长度间上下浮动。

paragraph_config:Manim原版参数,原设置为None,更改为常用编程字体Consolas

**kwargs:可以传入Manim原版Code代码块中的其余参数,详见Code

生成视频

你可以对CodeVideo对象使用 render方法进行视频生成,你可以在终端查看视频的保存位置。

示例

from CodeVideoRenderer import *
video = CodeVideo(code_string="print('Hello World!')", language='python')
video.render()

渲染结果:

渲染结果

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codevideorenderer-1.0.0.1.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CodeVideoRenderer-1.0.0.1-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file codevideorenderer-1.0.0.1.tar.gz.

File metadata

  • Download URL: codevideorenderer-1.0.0.1.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for codevideorenderer-1.0.0.1.tar.gz
Algorithm Hash digest
SHA256 1820a286e933ce64e7e795c7253863e86aefda855ea587bf4a16993012840e94
MD5 344dd157242965e86fb8f7c44c4c4341
BLAKE2b-256 dc89a9a6acda3a2fc2c963c6d88fe5c8072235843c3443ababd9ac012fe49f25

See more details on using hashes here.

File details

Details for the file CodeVideoRenderer-1.0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for CodeVideoRenderer-1.0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 08960e037e622452a19bba8833a052af6e1fd645a8c94383ddf40ce52ba6c47c
MD5 a1776a1f756b3c7261289c697e32d5b8
BLAKE2b-256 d5e56bcc345dae8c54ecdbaf59d173feea235b79421bf77136370b0e84fe9bbe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page