webbrowser.open('https://api.WhatsApp.com/send?phone=number')
I want to send WhatsApp messages to numbers without adding them contact using python.
so I used upper code in my program but I want to ask that, I am making a tkinter project, in my >>>program cph is phone number variable and I also called cph.get() function but how can I use
this cph variable in this link.