Table in Python

br1xz

New Member
I am not really a OBS user, but rather a programmer that just got into all of this and wants to add a few things. My idea is to include some data in predefined spots on stream using Python script. I already made a python script that acquires that data from my website, parses it and shows it on stream, but not in a nice way, just like long string in text source. It's being shown on my stream, but I'd like to place it in a table. What would be a best way to do this? Is making a background image and filling it with data a way to go? How would you approach this? Thanks!
 

jnpetersen

New Member
Why not make a nice looking page with your table on it, and then show it as a browser source? This way you don't have to worry about loading extra resources within OBS, it just loads a webpage.
 
Top