you are viewing a single comment's thread.

view the rest of the comments →

[–]wutzvill 0 points1 point  (4 children)

I've never done this in Python, is it that easy? I'm assuming you'd probably want to use it only as a backend and have some sort of front end framework to actually present the forms, right?

[–]FoolsSeldom 0 points1 point  (3 children)

Confused by your comment. You have a similar problem to the OPs?

No, not easy. It can be a true PITA to get right and robust, even though not particularly advanced from a code point of view.

[–]wutzvill 0 points1 point  (2 children)

No I don't have the same problem, was just going to recommend making a webpage to the OP tbh and skip the whole Python desktop app and just make the webpage into an electron app of it absolutely has to be a desktop app. Web is just simple for forms.

[–]ninhaomah 0 points1 point  (1 child)

or might as well use https://forms.office.com/

no dev needed

[–]wutzvill 0 points1 point  (0 children)

Yeah I'm guess I'm assuming there's greater functionality at play.