- 北京大学政信社(政信信)女足开发的 Python 库,主要用于剪辑比赛集锦。 / A Python package developed by “Zheng-Xin-She” (formerly “Zheng-Xin-Xin”) Women’s Football Team at Peking University, mainly used for editing game highlights.
- 点击此处前往
zxx
的 GitHub 主页。您可以在zxx_example_code
文件夹查看示例代码。 / Click here to go to the GitHub homepage ofzxx
. You can check example code in thezxx_example_code
folder. - 点击此处前往
zxx
的 PyPI 主页。 / Click here to go to the PyPI homepage ofzxx
. - 安装 / To install:
pip install zxx
. - 更新 / To update:
pip install --upgrade zxx
/pip install -U zxx
. - 注意:由于
zxx
库依赖moviepy
库进行视频编辑,而moviepy
的运行需要首先自行安装 ImageMagick。因此在使用zxx
库前,也需要先在电脑上手动安装 ImageMagick,才能正常使用。安装方式请参考此处。 / Caution: Sincezxx
relies onmoviepy
for video editing, and you need to install ImageMagick first to runmoviepy
properly, you also need to install ImageMagick manually on your computer before you can usezxx
. Click here for the installation tips.
- 0.1.0 (2022-11-07)
- 第一次正式发布。 / The first release.
- 0.2.0 (2023-04-03)
- 全面修改运行逻辑。 / An entire modification.
- 1.0.0 (2024-10-23)
- 修复了一些 bug,简化了使用逻辑,添加了详细的文档字符串(使用说明)。 / Fixed some bugs, simplified the usage, and added detailed docstrings.
- 1.0.1 (2024-10-23)
- 修改了一些文字错误,增加了示例代码。 / Fixed some typos and added example code.