A simple library to capture images using a webcam.
Project description
📸 Image-Capturer
A simple Python library to capture images using your webcam.
📖 Description
image-capturer is a lightweight Python library that enables users to easily capture images using their webcam.
It's ideal for quick prototyping, computer vision projects, or personal use.
✨ Features
- Capture images using the default or specified webcam.
- Save the captured image to a specified file path.
- Minimal and easy to use.
🛠️ Installation
Install the library using pip:
pip install image-capturer
---
### 5. **Usage**
```markdown
## 🚀 Usage
Here's a simple example of how to use `image-capturer`:
```python
from image_capturer import capture_image
# Capture and save image to 'output.jpg'
capture_image('output.jpg')
---
### 6. **Project Structure**
```markdown
## 📁 Project Structure
image_capturer/
├── image_capturer/
│ ├── __init__.py
│ ├── capture.py
├── README.md
├── setup.py
├── LICENSE
---
### 7. **Contributing**
```markdown
## 🤝 Contributing
Contributions are welcome!
1. Fork the repository.
2. Create a new branch.
3. Make your changes and commit them.
4. Open a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file image_capturer-0.1.0.tar.gz.
File metadata
- Download URL: image_capturer-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fe3a967eb12cf140e3737ad946202f3e244b40a8ebc02591807f2faca5aa7d4
|
|
| MD5 |
d611cf7b22935d1898e1232eac6e6af5
|
|
| BLAKE2b-256 |
e57f0e99d39638ffab47a92ca5a9cf24a4903e6608557b446ecf037ae23b4289
|
File details
Details for the file image_capturer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: image_capturer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31b256e0e5f5b533d65aa4ee260c99cbf9cc8f38d4e02b0e385a48ce8ca262f9
|
|
| MD5 |
e8ecc26ea6ab6c3b1b409a9ae3a2aeb0
|
|
| BLAKE2b-256 |
94dcc73f544aa377e8c93c3d4a8a315bdb1d39ff5c36342b2116361b240bdde6
|