Python GUI (Tkinter) Tutorial: CSV/DataFrame Viewer - Part 1 - Setting up the application

preview_player
Показать описание
This is part 1 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
Рекомендации по теме
Комментарии
Автор

Traceback (most recent call last):
File "D:\codes\python\csv files\csv_viewer.py", line 5, in <module>
from TkinterDnD2 import DND_FILES, TkinterDnD
ModuleNotFoundError: No module named 'TkinterDnD2'

MohdZaid-mizv
Автор

Traceback (most recent call last):
File "D:\codes\python\csv app\app.py", line 5, in <module>
from TkinterDnD2 import DND_FILES, TkinterDnD
ModuleNotFoundError: No module named 'TkinterDnD2'

this error comes up

MohdZaid-mizv