How to transform file html to exe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to transform file html to exe?

No comment...

26th Jul 2019, 7:56 PM
Bob
Bob - avatar
5 Answers
+ 4
Use electron.js Here the quick start to build a web page exe https://electronjs.org/docs/tutorial/first-app#installing-electron
26th Jul 2019, 8:26 PM
Calviղ
Calviղ - avatar
+ 4
@Calvin Isn't electron.js is for JS only?
26th Jul 2019, 8:38 PM
Sarthak
Sarthak - avatar
+ 3
Sarthak Pokharel electron runs under node.js which generate exe that could output html display.
27th Jul 2019, 1:42 AM
Calviղ
Calviղ - avatar
+ 2
https://www.htmlexe.com/Home You should check this
26th Jul 2019, 8:07 PM
Daniele Bonomi
Daniele Bonomi - avatar
+ 1
Why not write a portable web server somewhere such as python and use it's http.server library to serve static webpages to localhost. You can then open this using webbrowser.open('localhost')
28th Jul 2019, 7:59 AM
Badbummer
Badbummer - avatar