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_camera=True, paragraph_config={'font':'Consolas'}, **kwargs)

参数说明

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

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

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

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

floating_camera:用于设置镜头是否上下浮动,如果为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.5.tar.gz (5.0 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.5-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: codevideorenderer-1.0.0.5.tar.gz
  • Upload date:
  • Size: 5.0 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.5.tar.gz
Algorithm Hash digest
SHA256 659b5240a8cf61e68681d8cfdfdefce6a2e131a86148d60481f347f4e745cf50
MD5 78d61cb4f67a2ba58bb8fb19c7301cc8
BLAKE2b-256 8f6ab89267e4639b78f2f74993cdd47dbb8ba0a4b2eee596bdf605d6cbff63c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for CodeVideoRenderer-1.0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3658412c110d915b3824796039738635d08e6d1c79f22ac4ee91456cc0ccedbb
MD5 03492dd082599400bdd8561124f04799
BLAKE2b-256 dad7211f4b8ac3dcacdf18e6ab9f77dc30aae19ea87730654055ae39fcc6543b

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