call_tracker

A window that displays the last donation. Useful during streaming.

class eldonationtracker.call_tracker.MyForm(participant_conf)

Bases: PyQt5.QtWidgets.QDialog

The class to hold the tracker window.

loadAndUnloadTest()

Trigger the tracker functionality.

This causes the image and sound to load so that the user can test to see how it’s going to look on their OBS or XSplit screen as well as to make sure they can hear the sound. Called by gui.py.

eldonationtracker.call_tracker.main(participant_conf)

Launch the window.