Added auto char typer
This commit is contained in:
@@ -36,6 +36,10 @@ class ControlMixin:
|
||||
|
||||
return False
|
||||
|
||||
def type_string(self, text):
|
||||
for char in text:
|
||||
pyautogui.typewrite(char)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user