Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prodeveloper0/pyremotescreen
Control your computer anywhere through web browser remotely!
https://github.com/prodeveloper0/pyremotescreen
flask jquery python python3 remote-control remote-desktop
Last synced: 11 days ago
JSON representation
Control your computer anywhere through web browser remotely!
- Host: GitHub
- URL: https://github.com/prodeveloper0/pyremotescreen
- Owner: prodeveloper0
- License: mit
- Created: 2021-11-30T13:07:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T14:36:49.000Z (almost 3 years ago)
- Last Synced: 2024-05-18T18:43:43.374Z (6 months ago)
- Topics: flask, jquery, python, python3, remote-control, remote-desktop
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyRemoteScreen
Control your computer anywhere through web browser remotely!# Achievements
1. Screen Streaming (Captured by _PyScreeze_)# Requirements
**pyRemoteScreen only supports Windows.*** Flask
* PyScreezeYou can all requirements by `requirements.txt`.
```bash
pip install -r requirements.txt
```# Usage
All configuraions are configure by default. Just run `pyremote.py`.
```bash
python pyremote.py
```Host is `0.0.0.0` by default. However, the host can be changed by `--host` option.
```bash
python pyremote.py --host
```Service port is `4000` by default. However, the port can be changed by `--port` option.
```bash
python pyremote.py --port
```