I have a problem: I want to make a honeycomb shape in which every hexagon is a clickable button, but don't know how.
I tried to make it by Button() and window() from Tkinter, but its shape is rectangluar. I need its shape to be hexagonal.
EDIT: I added a picture, just want each of these hexagons to be separate clickable button. Is it doable?
I could add that I am learning programming on my own and I don't know much, but I searched a lot and one and only thing that I found was creating rectangular button. :/