webp_to_png_gui/README.md
2024-05-04 01:30:20 +08:00

14 lines
210 B
Markdown

# webp_to_png_gui
## How to build it?
> the pip package "poetry" should be installed
```bash
git clone https://git.zziyu.cn/Zengtudor/webp_to_png_gui.git
cd webp_to_png_gui
poetry install
poetry build
```