An open API service indexing awesome lists of open source software.

https://github.com/bunnysakura/v2p

视频转图片 | Video to picture
https://github.com/bunnysakura/v2p

Last synced: about 2 months ago
JSON representation

视频转图片 | Video to picture

Awesome Lists containing this project

README

          

# V2P

*视频转图片 | Video to picture*

![主界面](doc/img.png "主界面")

## 打包

```shell
python -m nuitka --standalone --enable-plugin=tk-inter --onefile --windows-disable-console --windows-icon-from-ico=icon.ico -o V2P mian.py
```