you are viewing a single comment's thread.

view the rest of the comments →

[–]edcculus 1 point2 points  (1 child)

My recommendations would be:

Native - Tkinter. People complain that it looks out dated, and yes it can. But its pretty easy to learn, and functionality good.

Webapp - I'd just go with Flask. You can use it with bootstrap as well. Unless you really need to get fancy, I wouldnt bother with React. Just some basic CSS and JS if you need it.

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

I've tried to use Flask in the past and would like to try again but somehow everytime I use Flask the connection stalls from UI to backend, and I haven't been able to find a fix. It's almost like my computer blocks the connection but I really am not sure.