django - Implement web based desktop application with python -


i want make application run web application or desktop application, know how implement web server using django or flask, prefer django, there way port desktop application too? found nodewebkit maybe give me solution but, don`t have idea on how use it.

import wx wx.lib.iewin import iehtmlwindow = wx.app(redirect=false) f = wx.frame(none,-1,"my desktop application") browser = iehtmlwindow(f) browser.navigate("http://google.com") f.show() a.mainloop() 

is pretty way remote web page pretend windows application ... assuming thats asking for.. (this uses wxpython of coarse need install it)


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -