Hey There!
I am trying to run the script on macos 10.13.6 and on line 24 it throws me the following Error:
Traceback (most recent call last):
File "/Users/***/Downloads/TimerX-master/main.py", line 24, in <module>
app.wmattributes("-transparent", "green")
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py", line 2005, in wm_attributes
return self.tk.call(args)
_tkinter.TclError: expected boolean value but got "green"
When i delete that line, the application seems to run fine.