Added auto char typer

This commit is contained in:
2022-08-28 00:27:02 -05:00
parent c8a62f2781
commit 0c19f61d88
2 changed files with 67 additions and 6 deletions

View File

@@ -36,6 +36,10 @@ class ControlMixin:
return False
def type_string(self, text):
for char in text:
pyautogui.typewrite(char)