
my question is how can i implement it when i click the button â it will paste inside the Entry â as character or more of those buttons
I don’t need the code for it. What i need is the idea to do this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This shows how to do it for two buttons, using a tkinter Entry widget:
Edited: eliminated root.destroy() that is not needed. See also Bryan Oakley comments below for an alternative strategy using the
commandargument instead of thebindmethod