How to use Python and HTML to build a desktop software?

二次信任 提交于 2019-12-05 10:19:48

Look at pyjs.

What is pyjs?

pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop. With pyjs you can write your JavaScript-powered web applications entirely in Python.

CEFPython allows this by embedding the Chromium browser and providing python bindings to it: https://code.google.com/p/cefpython/

~: python example.py

brings up:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!