Skip to main content

Easily display a webcam window in a Tkinter GUI

Project description

Tkinter-Webcam

CodeFactor PyPI version

Easily display a webcam window in a Tkinter GUI

⚡️ Installation

To install the package use:

pip install tkinter-webcam

To use the package simply import it:

from tkinter_webcam import webcam

Then create the Box object using any variable name and immediently run the show frames function:

webcam_object = webcam.Box(window, width=450, height=450)
# Uses Box class from webcam to create video window
webcam_object.show_frames()
# Show the created Box

Checkout example.py to see a full script using this object

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkinter_webcam-1.0.9.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

tkinter_webcam-1.0.9-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page