Python Version: 3.11.4

*************************************************
Digital_IO:
You need to install Pillow to resolve the ImportError: No module named 'PIL'.

-->pip install Pillow


*************************************************
Analog_Input_Polling:
You need to install matplotlib to resolve the ModuleNotFoundError: No module named 'matplotlib'

-->pip install matplotlib