Here's a proof of concept demonstration of bilsbrowser, a Python package for browser interface, local server apps. First, I activate an isolated environment and install the bilsbrowser package along with its example appserver and appclient packages. bilsbrowser executes the two packages in separate processes to make sure your web app's licensing is not affected by PyQt's GPL license. A future version of bilsbrowser will also handle bundling and distribution of desktop apps based on the bils co...