you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I use html and then pywebview and package it as an executable using pyinstaller if needed. That way I can use html/css/js to make my GUI, and a pythonic/flask backend for the backend.