Python Forum

Full Version: use python output in other software
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello friends,

I am new to python. I have coded the endless loop which gives me a string every 2 seconds. Now, I have to use the strings coming every 2 seconds to trigger a video player software (Content management where videos can be played with a playlist). This more like an integration of the video media player and python.

For example, There are 10 videos are saved in the media player and every video should be played once the player received the triggered from python.

Is it possible to trigger the media software to play video using the python output key? If yes then please advise me the procedure.

Note: the media player have many interfaces.
Is there something I shall check in media control?

I am looking forward to seeing the positive response on my query. Thanks in advance

Best Regards,
Sumit Jain