文件名称:pgn2gif:生成国际象棋gif的小工具
文件大小:37KB
文件格式:ZIP
更新时间:2024-06-14 22:20:55
gifs chess gif pgn chessboard
pgn2gif 从您的国际象棋游戏的pgn文件生成gif文件。 安装 您需要安装或更高版本。 使用git clone https://github.com/dn1z/pgn2gif 。 在克隆的目录中运行 pip install -r requirements.txt 如果要在系统范围内安装 python setup.py install 用法 使用以下选项运行pgn2gif: usage: pgn2gif [-h] [-d DURATION] [-o OUT] [-r] [--black-square-color BLACK_SQUARE_COLOR] [--white-square-color WHITE_SQUARE_COLOR] [path [path ...]] positional arguments: path Path t
【文件预览】:
pgn2gif-master
----requirements.txt(6B)
----LICENSE(1KB)
----setup.py(892B)
----README.md(2KB)
----Pipfile(151B)
----pgn2gif()
--------chess.py(6KB)
--------pgn2gif.py(5KB)
--------__init__.py(42B)
--------assets()