Python Forum
suitable libraries for project - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: suitable libraries for project (/thread-31712.html)



suitable libraries for project - dogbural - Dec-29-2020

Hi,

If I would like to create a web page (thru Intranet) to enable staff to select the required labels for respective products. To do that, I will initially create an excel listing all the product with its required labels that are hyperlinked to printing files (printed by printer software).

In the web page, I would like to have following functions.

1. Dynamic search function (eg. typing product code)
2. Once the product is selected, the required labels (label names) are listed.
3. When hovering the mouse on the names, the image appears.
4. Once clicking the the names, it open the printing files using external program (eg. printing program)

To do that, can you please advise which combination of libraries i should use?

Do Dash, Plotly, OS enable to do all of them?

Regards,
MK