mkernik / drum_tools

This repository contains a collection of python scripts and tools to help with efficiently processing submissions to the Data Repository at the University of Minnesota (DRUM)
4 stars 1 forks source link

Reorganize DRUM_downloadFiles_Dspace7.py #17

Open mkernik opened 3 weeks ago

mkernik commented 3 weeks ago

Consider reorganizing the download tool to put the functions used by the tkinter GUI interface into a separate script to make it easier to understand and test. Potential downsides: it might negatively impact the performance when transformed into an .exe