Comment trouver le texte à l'intérieur du bouton de Tkinter
my_text = my_button.cget('text')
Coding Lemons
my_text = my_button.cget('text')