This library has tests to verify the functionality of the library.
Edit the individual tests and change the hardcoded IP address for your projector.
Make sure to create a virtual environment in order to run the testing.
python3 -m venv ./menv
source ./menv/bin/activate
python -m unittest discover -v -s tests