pyBegin / projects / selfie-with-python
📷

Selfie with Python

Opens the webcam in an OpenCV window; press Space to capture a selfie (saved as a JPG) and Escape to quit.

29 lines🖥 Desktop only

Selfie with Python

Opens the webcam in an OpenCV window; press Space to capture a selfie (saved as a JPG) and Escape to quit.

How to run

pip install opencv-python
python Selfie_with_Python.py

Dependencies

Pyodide-runnable

No - it captures live webcam video and shows OpenCV windows, neither of which works in the browser sandbox.