I am trying to embed a browser using cefpython3 within my kivy application - I don't need a ton of functionality (I just need the browser to run some javascript for me).
I downloaded the cefpython3 repo and got the hello_world.py to work, and now I am simply trying to get that window that pops up into a kivy widget.
The examples seem pretty dated and people are saying that they only developed in certain environments - what would I have to do/learn to make a widget and drop this browser in there?