Creating Multiple Entry Boxes Automatically using Python Tkinter GUI #shorts

preview_player
Показать описание
In this video I'll show you how to create many entry boxes automatically for your tkinter app.
create automatic entry box using python tkinter
#tkinter #pythontkinter
----------------------------------------------------
....................................................
hope you enjoy this video
► I am a first year PhD student, data geek and I love visualizations.
Рекомендации по теме
Комментарии
Автор

I encountered three problems: 1. there is no parameter in class sample, but root is input as parameter in obj = sample(root), which is not allowed in my Pycharm 2. it says shadows name 'root' is from outer scope in def __init__(self, root) 3. the buttons did not show when running

chongfasun