I'm developing a Python program that posts files from PC to social media. I wanted to know how could I automatically press enter when someone drops a file in the command window.
I have done something similar with msvcrt
and WConio2
but they only work when introducing a single char, not a whole file directory string.
Some graphic context:
(Image 1: Before dropping file, Image 2: After dropping file [where I don't want to have to press enter])
Thank you.