We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanted to know if this library works in specific environments. For example using this code:
=======================================
import pyautogui import time time.sleep(2) pyautogui.write('UFC Combate', interval= 0.15) pyautogui.press('enter')
The code works in the IDE or browser, however it does not work in the UBUNTO text editor
The text was updated successfully, but these errors were encountered:
may be text editor may not allow external programs to simulate keyboard input or Ubuntu text editor doesn't have focus when the script is running
Run the script with administrative privileges to see if it's a permissions issue. [ chmod +x filename ]
Sorry, something went wrong.
Thank you, I will test.
No branches or pull requests
I wanted to know if this library works in specific environments.
For example using this code:
=======================================
=======================================
The code works in the IDE or browser, however it does not work in the UBUNTO text editor
The text was updated successfully, but these errors were encountered: