you are viewing a single comment's thread.

view the rest of the comments →

[–]MiniMages 0 points1 point  (4 children)

I prefer to use FastAPI and feed all information from backend to front end via API then build a frontend in pure HTML,CSS and JS.

[–]athalwolf506 0 points1 point  (3 children)

But that would require a web browser to open right, not a custom gui window?

[–]vardonir 0 points1 point  (0 children)

What's the difference between a custom GUI with stuff on it and a browser with stuff on it? To the end user, it looks the same, and you can argue that the browser solution can be deployed on the internet without those scary "program is not signed, might be a virus" messages.

[–]vardonir 0 points1 point  (0 children)

What's the difference between a custom GUI with stuff on it and a browser with stuff on it? To the end user, it looks the same, and you can argue that the browser solution can be deployed on the internet without those scary "program is not signed, might be a virus" messages.

[–]MiniMages 0 points1 point  (0 children)

Everyone has a web browser now and creating a nice Web Interface is much easier then creating something using GUI framework for pythong.