Some time ago I made a project in python which executed the dancing bowser gif at the bottom of my computer. This is done in windows. My problem is that when I switch to linux, for which I read the transparent property for tkinter for linux it does not work, so I would like to know some idea to carry out this project but for linux
root.wm_attributes('-transparentcolor', '#F0F0F0')
That is the line that does not let me run in Ubuntu Here is the link of the project on github: https://github.com/Programacion315/Virtual_assistant_Browser