我打算这样写一个 GUI python, 是否可行
1. 用 gunicorn + flask+sqlite 写一个后端 , binding to 8888
2. 用 exe 启动 gunion, 以及 python webbrowser -t "http://localhost:8888"
3. 或者用 PyQt + webkit 打开 "http://localhost:8888"
然后把程序打包分发。
是不是这样我就做了一个 GUI 的程序了?
1. 用 gunicorn + flask+sqlite 写一个后端 , binding to 8888
2. 用 exe 启动 gunion, 以及 python webbrowser -t "http://localhost:8888"
3. 或者用 PyQt + webkit 打开 "http://localhost:8888"
然后把程序打包分发。
是不是这样我就做了一个 GUI 的程序了?