Skip to main content

A Python library for rendering code videos

Project description

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

说明

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

如何使用

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

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

参数说明

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

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.1.0.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.1.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: codevideorenderer-1.0.1.0.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.1.0.tar.gz
Algorithm Hash digest
SHA256 587d2b30b0b1b11c0e8dfd07b38bb031ebd0c61990d00be765d01debcda23c22
MD5 9aa096adeee4a7de7fe84e4343fd3f4e
BLAKE2b-256 9de6b907229eed7170dde833f4b51da39f4997de60b08af1682829046a0f57c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for CodeVideoRenderer-1.0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 305d52c05fa130d5dcb3cad6379988da69dc58e34ff1fdc69a446adee7a1c63d
MD5 aeccda79e3c6fa5983490b6fdbbf0e60
BLAKE2b-256 2872566eb5b927297dc026583660634482855c885a9caad22927669692b2ea13

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