|
|
|
|
|
by yorwba
3039 days ago
|
|
You also have to consider where the users are coming from. If you only have experience in web dev, obviously you are going to choose the framework that lets you do what you always did and get a desktop app in the end. If you have been building GUIs in Visual Studio or VBA, you're probably not going to suddenly switch to Electron. And if you have mostly been writing Python scripts for the terminal, you might use something like Gooey [1] to build a basic GUI with almost no additional effort. [1] https://github.com/chriskiehl/Gooey |
|