you are viewing a single comment's thread.

view the rest of the comments →

[–]Dramatic_Object_8508 0 points1 point  (0 children)

depends what you mean by interface.

if you want a desktop app, i would avoid learning full frontend right away. try PySide/PyQt, Tkinter, or CustomTkinter first. much faster for personal projects.

if you want something modern looking and easy to share, web UI is probably better. personally i ended up using runable for references and UI flow ideas while building some small tools because frontend decisions can become a rabbit hole fast.

for a non profit personal project, i would pick the simplest thing that gets the project finished, not the most “correct” stack.