On 16/04/15 11:00, Ali Moradi wrote:
Hi, i want to load a bunch of words from my database into the listbox in
Tkinter, make them clickable, and when i clicked on them the specific
meaning of that word apears in a textbox beside the listbox.
i have a code but it's not complete. i'm a beginner in
Hi, i want to load a bunch of words from my database into the listbox in
Tkinter, make them clickable, and when i clicked on them the specific
meaning of that word apears in a textbox beside the listbox.
i have a code but it's not complete. i'm a beginner in Python :(
code:
#!/bin/python
from tki