I'm trying to install win32clipboard
but for some reason says :
No module named win32clipboard
and when tried pip install win32clipboard
I get :
Could not find a version that satisfies the requirement win32clipboard (from versions: ) No matching distribution found for win32clipboard
I've python 3.7, and installed pypiwin32 through pip, still not working.
Any idea?