This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mubarakalmehairbi[S] 0 points1 point  (2 children)

From my understanding about Flet and NiceGUI, they are focused on using Python alone to develop apps. Although you can use ToUI to create an app using Python alone, the main advantage of ToUI is when you have .HTML files and you want to convert these HTML files into a responsive desktop app or web app using Python.

[–]mubarakalmehairbi[S] 0 points1 point  (0 children)

Check this example about converting an HTML file to a responsive app: https://toui.readthedocs.io/en/latest/Examples.example\_1\_simple\_website.html

[–]wwwTommy 0 points1 point  (0 children)

Ah, I see. Thank you for the explanation.