CalculatorAutomation
Sikulix with Ubuntu Calculator Automation
STEP 1: DOWNLOAD and INSTALL SIKULIX
https://raiman.github.io/SikuliX1/downloads.html The operating system I use is ubuntu. I did the automation of the calculator in Ubuntu. You can find information about sikulix in the link above.
STEP 2: TAKE SCREENSHOT OF CALCULATOR
I took a screenshot of the calculator, its digits and operations. You can review the pictures in CalculatorAutoImage.sikuli. https://www.gimp.org/downloads/ You can find information about gimp in the link above.
STEP 3: TERMINAL CLASS
This class is made to automate terminal operations. You can use your terminal-related algorithms or automations in your projects by functionalizing them here.
STEP 4: CALCULATOR CLASS
The function in this class is used to automatically solve the operations we want to do. Operations are performed thanks to a list entered into the function.
Example :
function([1, "+", 1, "=" ]) -> 1+1=2
function(["(", 9, 9, "+", 1, ")", "/", 1, 0, "=" ]) -> (99+1)/10=10 etc.
STEP 4: CALCULATOR AUTO RUN
You can do many automation processes with sikulix. I hope this project I made gives you an idea.
I wish you good work......