Skip to content

Instantly share code, notes, and snippets.

@mifox
mifox / DataFrameSearch.py
Created April 30, 2023 13:42 — forked from RamonWill/DataFrameSearch.py
The code from my tutorial series on how to create a CSV/Dataframe viewer in Tkinter
# Tutorial playlist https://www.youtube.com/playlist?list=PLCQT7jmSF-LrwYppkB3Xdbe6QC81-ozmT
import tkinter as tk
from pathlib import Path
from tkinter import ttk
from TkinterDnD2 import DND_FILES, TkinterDnD
import pandas as pd