Hi, looking to create a function to copy .gif files from a given filepath directly to the clipboard so that I can paste them anywhere such as into Discord.
From my research online I have not found a clear way to do this, only methodology for storing images not GIFs.
In Firefox based browsers, you can directly right click on a .GIF and copy to clipboard, and even if you hit Windows + V, you can see the GIF autoplaying, and when you paste it anywhere such as Discord its the actuall full .GIF, so I am assuming this is a possibility with Python.
I am new to python by the way. I am learning with tkinter. Thank you