You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this idea a lot! Would it make sense to have it bundled into an installable application (maybe based on electron) or browser-based using i.e. dash?
Tkinter is also an option, but imo it's a bit dated and I am not sure how easy it is to add progress bars etc.
Oh, thats nice 🤩 I haven't heard of Tauri so far, but it looks very promising!
I've added a CLI binary in #4 since Tauri offers to attach non-JS apps as binaries. Other than that, it supports React, and that should be feasible to develop on top of it.
Dash on the other hand can also be added, but it requires a Python installation. In case we do not want users to deal with Python installation and dependencies, I think going with Tauri seems more promising. What are your thoughts?
Crazy idea: add a GUI.
I don't know technology should be used. Over at https://github.com/jggautier/dataverse-scripts (note the screenshots) @jggautier used tkinter: https://docs.python.org/3/library/tkinter.html
p.s. I made the same feature request for the original Java DVUploader here:
The text was updated successfully, but these errors were encountered: