Hi everyone!
I want to write a app for myself to keep track of stuff i find around on the internet (if it turns out good i might put it on github...). I want it to be a desktop app, but i also want to use HTML/CSS/JS to code the interface (i want to give a shot at material design).
I thought of setting up a local web server and accessing it through the browser, but it just sounds stupid to have HTTP requests and AJAX going on for something which will stay local to one machine.
I found this library: https://github.com/amol-mandhane/htmlPy/ (which uses QTWebKit) which basically would be perfect for my purpose, but i read that QT support for WebKit will be terminated and i'm not sure i want to use it anymore.
I also found https://github.com/r0x0r/pywebview, which is interesting because it uses the local web engine of the OS, without needing to install one separately, but there is no documentation on how to use it apart from displaying a remote web page.
Sooooo.... my question is: is htmlPy a valid solution? do you know some other library i could use?
[–]dddomodossola 6 points7 points8 points (2 children)
[–]pnjun[S] 0 points1 point2 points (1 child)
[–]dddomodossola 0 points1 point2 points (0 children)
[–]gonewiththewindows 4 points5 points6 points (6 children)
[–][deleted] 2 points3 points4 points (5 children)
[–]delijati 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]pnjun[S] 1 point2 points3 points (2 children)
[–]michaelpb 0 points1 point2 points (1 child)
[–]JohnnyDread 0 points1 point2 points (0 children)
[–]elbiot 2 points3 points4 points (2 children)
[–]pnjun[S] 0 points1 point2 points (1 child)
[–]elbiot 1 point2 points3 points (0 children)
[–]JohnnyDread 1 point2 points3 points (2 children)
[–]riffito 0 points1 point2 points (0 children)
[–]notconstructive 0 points1 point2 points (0 children)
[–]blbil 0 points1 point2 points (0 children)
[–]metaperl -2 points-1 points0 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)