Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinl95/freedisplay
Share your screen with everyone on your local network!
https://github.com/kevinl95/freedisplay
Last synced: about 15 hours ago
JSON representation
Share your screen with everyone on your local network!
- Host: GitHub
- URL: https://github.com/kevinl95/freedisplay
- Owner: kevinl95
- License: apache-2.0
- Created: 2020-03-19T16:27:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T01:51:08.000Z (about 3 years ago)
- Last Synced: 2024-05-28T15:11:23.044Z (5 months ago)
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeDisplay
![Android screenshot](android_screenshot.jpg)
FreeDisplay is a free application for mirroring your display to everyone on your local network (like your home WiFi). People can access a mirror of your screen through their web browser by scanning a QR code that is generated when you start the program, or by typing in the address that is generated in the window when you start mirroring. As long as they share a network with you, they'll see your screen in their web browser of choice for as long as you choose to share!
![Example QR code screenshot](qr_screenshot.PNG)
# Installation
[Download the Windows executable here](https://github.com/kevinl95/freedisplay/releases/download/1.0/freedisplay.zip)
Unzip the zip file anywhere on your machine. Double-click FreeDisplay.exe and mirroring will begin immediately.
# Development
This is an open-source project written in Python 3. You can install the prerequisite packages like so:
```
pipenv install
```## Building an executable with cx_Freeze
```
python setup.py build
```