你說:
Act as an expert of Python and show me how to create an app that can copy and paste a series of items at a time like the software named ClipMate.
Rather than working with one piece of clipboard data at a time, ClipMate enhances the native clipboard functionality by remembering all items (text) that are copied to the clipboard and storing them in "collections" for later pasting.
Below is my basic usage. I press "Ctrl" + "C" keys to copy a random number of items to the clipboard. Later, I'll paste all these items one by one by pressing "Ctrl" + "V" keys repeatedly.