httprd
httprd copied to clipboard
Single-script remote desktop via web browser
Hi, Awesome project but currently not very usable on android. But if 1. the keyboard poped up on android so that keys are recognized 2. long touch triggers a right...
Hello, Is there a way to launch httprd via ssh ? When I launch httprd via ssh : python3 httprd.py --help the answer is : Traceback (most recent call last):...
Hi, OS Windows Server 2019 Standard Python 3.11.5 Error: ``` Traceback (most recent call last): File "C:\Users\Administrator\Desktop\httprd\httprd.py", line 274, in async_worker image = PIL.ImageGrab.grab() ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Administrator\Desktop\httprd\env\Lib\site-packages\PIL\ImageGrab.py", line 47, in...
We installed `httprd` per the README.md. We start `httprd` and see the following response from the shell: ``` bash $ python /usr/local/src/httprd/httprd.py --port 12345 --password=FOO --view_password=BAR --fullscreen ======== Running on...