SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

Issue with PyUserInput #129

Open aebanuelos opened 2 years ago

aebanuelos commented 2 years ago

I am attempting to use this to start up a firmware, save results to a file, then parse the file, although the way this works is the firmware always starts up after the script is completed, this leaves the parser unable to open a file that is not created yet, so the parser is always working on the previously created file. I was wondering if there is anyone I may communicate this issue with or get some guidance in this case.