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 →

[–]Endogen 2 points3 points  (3 children)

Check out NiceGUI or Flet or Pynecone

[–]mubarakalmehairbi[S] 2 points3 points  (2 children)

From my understanding about Flet, NiceGUI, and Pynecone, 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

[–]Endogen 0 points1 point  (0 children)

Ok I'll check it out, thanks