Control your computer anywhere through web browser remotely!
- Screen Streaming (Captured by PyScreeze)
pyRemoteScreen only supports Windows.
- Flask
- PyScreeze
You can all requirements by requirements.txt.
pip install -r requirements.txtAll configuraions are configure by default. Just run pyremote.py.
python pyremote.pyHost is 0.0.0.0 by default. However, the host can be changed by --host option.
python pyremote.py --host <an address to desire>Service port is 4000 by default. However, the port can be changed by --port option.
python pyremote.py --port <a number to desire>