turing-smart-screen-python
turing-smart-screen-python copied to clipboard
A way to show a simple website on the screen
Is your feature request related to a problem? If so, please describe the problem.
A way to show a website directly on the screen
Describe the feature / solution to your problem you'd like
Putting an URL on the script would allow it to display the page.
Is this already possible as it stands or am I missing something?
It is not possible for the moment, mainly because it would involve taking a screenshot of the page and sending the screenshot to the display, but it is not easy to do that in Python. It is a feature that could be added later