Simple CERN vistars viewer that displays LHC status in fullscreen.
Install using pip (depends on Python3 and PyQt5).
pip install git+https://github.com/arnobaer/vistars.gitAt default LHC beam status is displayed.
vistarsSpecify an alternate image source using argument url. Have a look at CERN vistars for available screens.
# display LHC luminosity
vistars https://vistar-capture.s3.cern.ch/lhclumi.pngSet a custom update interval in seconds using option -i <seconds> (default is 25 seconds).
vistars -i 10The application starts in fullscreen mode. Double click on the vistars screen to toggle between fulscreen and windowed mode.