Page 1 of 1

running Python script

Posted: May 19th, ’23, 11:41
by glrobins
Add a new phase.
Change to Command located top left blue drop down combobox

Put this in the textbox:
run, C:\Python38\python.exe -X utf8 C:\Python38\t_test.py
sleep, 1000
send, ^v
Change to your computer's python directory and script to run

Here is the script: C:\Python38\t_test.py
import clipboard

clipboard.copy("abc2")


This script runs on my computer. Please try it on yours.
This is just a simple script for testing purposes.