Python GUI (Tkinter) Tutorial: CSV/DataFrame Viewer - Part 5 - Drag & Drop Files Into Listbox

preview_player
Показать описание
This is part 5 to my tutorial series on how to create a Desktop Application in Python using the tkinter and TkinterDnD libraries. The application we are creating is a CSV/DataFrame Viewer.

Programming Language: Python 3.7
Text Editor: Pycharm
Libraries: TkinterDnD2, TkinterDnD, TKinter, Pandas, Pathlib

What people search to find this video:
Python, self taught, tkinter, desktop application, pycharm, OOP, object oriented programming, View CSV, Custom Widgets, TkinterDnD
Рекомендации по теме
Комментарии
Автор

Alternative to a while loop over the length of the string you can also do a for loop like "for s in string". It's a much simpler approach.

System-
Автор

why you don't just use regular expressions to pick the path? ^^

Takio
Автор

I have a problem with drop_inside_list_box... When ever I drop my files in they dont print in the listbox, i even tried with your code and it still didnt print out

ghostgapy