I would like detect the text of a tkinter ttk entry widget
I tried with:
import tkinter as tk
from tkinter import ttk
tk=tk.Tk()
e1 = ttk.Entry(tk)
if e1 == "good"
print("good")
New contributor
user26571104 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.