I have a python script that is running a scoreboard database. I am analysing the database and want to create a system that can display information about the database such as a live view of the scoreboard and message appearing for a few seconds when a good score is set. This needs to be displayed in a nice, visual format preferably making use of different colours, text sizes and with images such as a logo on the display. This display needs to be on a separate device connected to the same network. This device could be running code if that is required.the delay between the scoreboard updating and the display updating needs to be as short as possible, preferably less than a second. What's the best way to do this in python?
question from:
https://stackoverflow.com/questions/65660361/broadcasting-data-to-a-display-python 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…