IPC-Project/Assignments (15% of term grade)

Assignment

Milestone   Assessment  Worth Term Grade
=========== =========== ===== ==========
1           Code        16.6%       2.5%
            Reflection  16.6%       2.5%
----------------------- ----- ----------
2           Code        16.7%       2.5%
            Reflection  16.7%       2.5%
----------------------- ----- ----------
3           Code        16.7%       2.5%
            Reflection  16.7%       2.5%
======================= ===== ==========
                 Total:  100%      15.0%

Automate Your Keyboard Submission Inputs!

Step:1

Watch and follow along with the posted YouTube video that demonstrates installation and usage of the Python PyAutoGui solution.

YouTube Link: https://youtu.be/t0xbX_ltvbU

Duration : 20 minutes

Content : Python installation, PyAutoGui library dependency, sample usage (IPC144: A1MS2)

Step:2

Install Python on your system Follow the documentation for installing Python on your specific operating system:

!!! NOTE !!!
DO NOT install on matrix!
The Linux option is for your personal Linux installation that supports X system GUI desktop

Step:3

  • Install the PyAutoGui library dependency (use the command below)
  • Installation command: pip install pyautogui
  • Information about the library: https://pypi.org/project/PyAutoGUI/