bright-tool


Namebright-tool JSON
Version 1.1 PyPI version JSON
download
home_page
Summary
upload_time2024-01-28 17:49:14
maintainer
docs_urlNone
authorArnab Kumar Roy
requires_python
license
keywords python video brightness controlling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bright-tool

Bright-tool is a Python package that enables users to control the brightness of their screens using fingertip gestures. This package utilises computer vision	technique to detect fingertips from a webcam feed and adjust the screen brightness accordingly.

## Features
 - Control screen brightness using simple fingertip gestures.
 - Uses computer vision techniques for fingertip detection.
 - Easy-to-use interface for adjusting brightness levels.
 - Compatible with various operating systems.
 - Lightweight and efficient implementation.

## Installation

You can install bright-tool via pip:

```bash
pip install bright-tool
```

## Usage

```bash
import bright_tool

# Run brightness controller
controller = bright_tool.detector()
```

## Requirements

 - Python >= 3.8
 - OpenCV
 - Numpy
 - MediaPipe
 - Screen-Brightness-Control

## Contributing

Contributions are welcome! Feel free to open issues or submit pull requests with improvements, bug fixes, or additional features.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgements

 - This package was inspired by the idea of controlling screen brightness using gestures.
 - Special thanks to the contributors and developers of OpenCV and NumPy.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bright-tool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,video,brightness,controlling",
    "author": "Arnab Kumar Roy",
    "author_email": "<arnabroy770@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5b/4e/f1e60b748417136fc38dd2faf128836ee7391cd8d5b66cfc71a8b14b3e14/bright-tool-1.1.tar.gz",
    "platform": null,
    "description": "# bright-tool\n\nBright-tool is a Python package that enables users to control the brightness of their screens using fingertip gestures. This package utilises computer vision\ttechnique to detect fingertips from a webcam feed and adjust the screen brightness accordingly.\n\n## Features\n - Control screen brightness using simple fingertip gestures.\n - Uses computer vision techniques for fingertip detection.\n - Easy-to-use interface for adjusting brightness levels.\n - Compatible with various operating systems.\n - Lightweight and efficient implementation.\n\n## Installation\n\nYou can install bright-tool via pip:\n\n```bash\npip install bright-tool\n```\n\n## Usage\n\n```bash\nimport bright_tool\n\n# Run brightness controller\ncontroller = bright_tool.detector()\n```\n\n## Requirements\n\n - Python >= 3.8\n - OpenCV\n - Numpy\n - MediaPipe\n - Screen-Brightness-Control\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests with improvements, bug fixes, or additional features.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n - This package was inspired by the idea of controlling screen brightness using gestures.\n - Special thanks to the contributors and developers of OpenCV and NumPy.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "1.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "video",
        "brightness",
        "controlling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b04dd02a8730c84d0d67db9b9ac6bee6198e1463ef6aa61142c4978fb50c09d",
                "md5": "1a2a976ee1b44f6b75e8a34168dc68d1",
                "sha256": "e5612f3b87a7e7592f67b4fa8142d88fc0e593c06e87264f3a519a45e030c062"
            },
            "downloads": -1,
            "filename": "bright_tool-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a2a976ee1b44f6b75e8a34168dc68d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4757,
            "upload_time": "2024-01-28T17:49:13",
            "upload_time_iso_8601": "2024-01-28T17:49:13.095499Z",
            "url": "https://files.pythonhosted.org/packages/0b/04/dd02a8730c84d0d67db9b9ac6bee6198e1463ef6aa61142c4978fb50c09d/bright_tool-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b4ef1e60b748417136fc38dd2faf128836ee7391cd8d5b66cfc71a8b14b3e14",
                "md5": "4879eeaf621c370a00fd99beb17f1397",
                "sha256": "3354510cafd7eb29172793c22f67f369f0799780fdd478720b663748c8698791"
            },
            "downloads": -1,
            "filename": "bright-tool-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4879eeaf621c370a00fd99beb17f1397",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4009,
            "upload_time": "2024-01-28T17:49:14",
            "upload_time_iso_8601": "2024-01-28T17:49:14.875496Z",
            "url": "https://files.pythonhosted.org/packages/5b/4e/f1e60b748417136fc38dd2faf128836ee7391cd8d5b66cfc71a8b14b3e14/bright-tool-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 17:49:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bright-tool"
}
        
Elapsed time: 0.17641s