good day.
I'm new with Python coding. Currently, I'm watching videos in youtube for additional knowledge. I came up with a design (in mind) to work with and I stumble upon this video by Brus Espinal (https://www.youtube.com/watch?v=PCFvBE0ilzc) and that's the hover effect I've been imagining.
I've watch other videos too with hover effect using Enter, Leave and .bind. But Brus's code was simple. All he do was to use the module or call another function "from button_hover import hover". I literally copied his code to try if it works on my end. But got an error "no module". I tried pip install button_hover but to no avail.
I tried contacting him, but unable to have a reply.
Anyone here knows how to pip install the said module. Is it a "user" made/created module/package?