Skip to content

Instantly share code, notes, and snippets.

@Basemera
Last active October 12, 2022 14:59
Show Gist options
  • Save Basemera/c41a64c5e0dc3d9bc93eb6eded6b1ecc to your computer and use it in GitHub Desktop.
Save Basemera/c41a64c5e0dc3d9bc93eb6eded6b1ecc to your computer and use it in GitHub Desktop.
import pathlib
from tkinter import filedialog as fd
def open_file_selection():
filenames = fd.askopenfilenames()
print(filenames)
open_file_selection()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment