Library Module not found error

You have to add root of the project (NewProject) to PYTHONPATH. If you are using “Robot Framework Language Server” extension add to settings:

    "robot.pythonpath": [
        "${workspaceFolder}"
    ],

To robot parameters while executing add -P . (assuming that your execution directory is root of the project).