Skip to content

Instantly share code, notes, and snippets.

View pressure679's full-sized avatar

Vittus Mikiassen pressure679

View GitHub Profile
@pressure679
pressure679 / Tkinter_filedialog.py
Created October 19, 2020 13:35 — forked from Yagisanatode/Tkinter_filedialog.py
Python 3 - Open file dialog window in tkinter with filedialog
#! Python 3.4
"""
Open a file dialog window in tkinter using the filedialog method.
Tkinter has a prebuilt dialog window to access files.
This example is designed to show how you might use a file dialog askopenfilename
and use it in a program.
"""