takeshi-yabuki / tips

0 stars 0 forks source link

python gui #5

Open takeshi-yabuki opened 4 years ago

takeshi-yabuki commented 4 years ago

Electron

Kivy

tkInter

wxPython

https://github.com/sethblack/python-seo-analyzer

takeshi-yabuki commented 4 years ago

electron flask python mac

takeshi-yabuki commented 4 years ago

pip3 install Flask npm install -g electron-prebuilt

mkdir c_app cd c_app/ npm init -y

$ npm install --save request $ npm install --save request-promise

"name": "c_app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "request": "^2.88.2", "request-promise": "^4.2.5" }

https://qiita.com/yoshizaki_kkgk/items/da9711c26e71522ad289