You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had multiple problems using pyscreeze on systems that do not come with the which command.
Looking at the code, I see that you use it to check the gnome-screeshot dependency.
Wouldn't it be more conventional to use the actuall gnome-screenshot command to check if it exists? (like gnome-screenshot --version)
By using which you create a dependency on systems that have which by default (not the case for fedora versions on the GitHub CI for example) .