基于Python编写,遵守MIT开源协议。Gooey可以用作Python3等语言构建应用程序的前端客户端。或者在FFMPEG之类的现有工具上添加漂亮的界面。
安装:
最简单是通过 pip安装
pip install Gooey
或者克隆下载到本地目录
git clone https://github.com/chriskiehl/Gooey.git
运行 setup.py
python setup.py install
源码:https://github.com/chriskiehl/Gooey
----------------------------------------------
Turn (almost) any Python command line program into a full GUI application with one line.