/slmmm

Primary LanguagePythonMIT LicenseMIT

slmmm

Documentation Status

A grpc-controlled slm controller running with Qt5

Examples

from slmmm import SLMController

controller = SLMController(2020)
controller.start_server()
controller.set_image(np.random.randint(0, 255, (500, 500), dtype=np.uint8))

controller.stop_server()

Features

  • Runs a server, so you don't need to worry about running a UI event loop
  • Convenience class SLMController to allow easy interaction with the SLM screen

Todo

  • Implement the set_position function to set an image's position on the screen

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.