Opens a window to let users conveniently choose multiple files.
# From PyPi
python -m pip install easy-file-manager
# From github.com
python -m pip install git+https://github.com/lstuma/easy_file_manager
# From GitLab.com
python -m pip install git+https://gitlab.com/lstuma/easy_file_manager
from easy_file_manager import easy_file_manager
# Instantiate EasyFileSelect object
file_manager = easy_file_manager.EasyFileSelect()
# Open file selection: Returns filepaths
filepaths = file_manager.file_selection()