My question is quite similar to Using PyQt for Front End Web Development, but I prefer opening a new question because:
- There are few differences
- The link above didn’t get any answer, only comments that say it seems impossible. But maybe some tools were developed in the meantime
I wrote a program with a GUI using python 3.5, pyqtgraph (PyQT5), numpy, scipy, etc., that computes and displays some plots (mixture of data-points and fits) depending on a bunch of menus, values, etc. Year after year it became quite large and had to be run on a large variety of computers (including different versions of Windows) without any python installed. Compiling and maintaining binaries turned out to be a pain and I am looking for alternatives.
I thought about converting the GUI into a Web app. that I would host on a local server. How can I do that without a huge work for rewriting the graphical widgets in another web-based framework ? Is there a simple way to just put the GUI on line ?
from how to convert a pyqtgraph application into a web one?
No comments:
Post a Comment