https://github.com/varuntotakura/screenmirroring
Mirror your screen with Python code
https://github.com/varuntotakura/screenmirroring
python python3 screenmirror
Last synced: 4 months ago
JSON representation
Mirror your screen with Python code
- Host: GitHub
- URL: https://github.com/varuntotakura/screenmirroring
- Owner: varuntotakura
- License: bsd-2-clause
- Created: 2018-11-06T14:40:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T03:45:52.000Z (about 6 years ago)
- Last Synced: 2025-01-13T09:27:34.145Z (5 months ago)
- Topics: python, python3, screenmirror
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScreenMirroring
Install cv2 library as "pip install cv2"
Then, install ImageGrab library as "pip install Pillow"