cvtease


Namecvtease JSON
Version 0.1.18 PyPI version JSON
download
home_pagehttps://github.com/w3cdpass/cvtease
SummaryA CLI tool for computer vision that is under development. Includes a space shooter game using ASCII art.
upload_time2024-08-15 05:26:51
maintainerNone
docs_urlNone
authorw3cdpass
requires_python>=3.7
licenseCopyright (c) 2018 The Python Packaging Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements click colorama opencv-python mediapipe PySide6
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cvtease
## ⭐ Support This Project

If you like this project and want to support it, please consider giving it a star! 💖

[![Star on GitHub](https://img.shields.io/github/stars/w3cdpass/cvtease)](https://github.com/w3cdpass/cvtease)  ![Downloads](https://img.shields.io/pypi/dm/cvtease)



### Follow the link to read the .md file.
<a href="https://github.com/w3cdpass/cvtease/blob/main/MD/decent_facial_landmark_detection.md">
    The link
</a>

****
######  ➡️INSTALL DEPENDENCIES ON YOUR LOCAL MACHINE⬅️
[![MediaPipe](https://img.shields.io/badge/MediaPipe-blue?logo=mediapipe)](https://mediapipe.dev/)
[![PySide6](https://img.shields.io/badge/PySide6-darkgreen?logo=qt)](https://pyside.org/)

***

###### 🧪NOT TESTED
![Not Tested](https://img.shields.io/badge/Not_Tested-Linux%20%26%20macOS-red)
****
[![PyPI version](https://img.shields.io/badge/pip%20install-cvtease-blue)](https://pypi.org/project/cvtease/)
![Python Version](https://img.shields.io/pypi/pyversions/cvtease)
![PyPI Version](https://img.shields.io/pypi/v/cvtease)
<!-- ![Build Status](https://img.shields.io/github/workflow/status/w3cdpass/cvtease/CI) -->
<!-- ![License](https://img.shields.io/pypi/l/cvtease) -->

CVTease is a CLI tool for computer vision that is currently under development. It includes functionalities such as face detection, facial keypoints detection, and a space shooter game using ASCII art.

## Features

- **Face Detection**: Open the camera and detect faces with visual feedback.
- **Facial Keypoints**: Detect and display key points on the face.
- **Space Shooter Game**: Play a lightweight ASCII-based space shooter game.
- **GUI Interface**: A simple GUI for managing face detection and keypoints.

## Installation
### Linux
```bash


# If Python and pip are not installed, install them using your package manager:
sudo apt update
sudo apt install python3 python3-pip -y
pip3 install cvtease
```

***
```bash
# Install CVTease directly from PyPI using pip:
pip install cvtease
```
***
# Or clone the repository and use pip to install from source:
```bash
git clone https://github.com/w3cdpass/cvtease.git
cd cvtease
python -m venv venv
# linux/macos source venv/bin/activate
venv\scripts\activate
pip install -r requirement.txt
pip install -e .

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/w3cdpass/cvtease",
    "name": "cvtease",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "w3cdpass",
    "author_email": "w3cdpass <kupasva663@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/25/d4/bfb6d94883af563a8614252bea2723656998f7be7389ea1d302489e9a469/cvtease-0.1.18.tar.gz",
    "platform": null,
    "description": "# cvtease\n## \u2b50 Support This Project\n\nIf you like this project and want to support it, please consider giving it a star! \ud83d\udc96\n\n[![Star on GitHub](https://img.shields.io/github/stars/w3cdpass/cvtease)](https://github.com/w3cdpass/cvtease)  ![Downloads](https://img.shields.io/pypi/dm/cvtease)\n\n\n\n### Follow the link to read the .md file.\n<a href=\"https://github.com/w3cdpass/cvtease/blob/main/MD/decent_facial_landmark_detection.md\">\n    The link\n</a>\n\n****\n######  \u27a1\ufe0fINSTALL DEPENDENCIES ON YOUR LOCAL MACHINE\u2b05\ufe0f\n[![MediaPipe](https://img.shields.io/badge/MediaPipe-blue?logo=mediapipe)](https://mediapipe.dev/)\n[![PySide6](https://img.shields.io/badge/PySide6-darkgreen?logo=qt)](https://pyside.org/)\n\n***\n\n###### \ud83e\uddeaNOT TESTED\n![Not Tested](https://img.shields.io/badge/Not_Tested-Linux%20%26%20macOS-red)\n****\n[![PyPI version](https://img.shields.io/badge/pip%20install-cvtease-blue)](https://pypi.org/project/cvtease/)\n![Python Version](https://img.shields.io/pypi/pyversions/cvtease)\n![PyPI Version](https://img.shields.io/pypi/v/cvtease)\n<!-- ![Build Status](https://img.shields.io/github/workflow/status/w3cdpass/cvtease/CI) -->\n<!-- ![License](https://img.shields.io/pypi/l/cvtease) -->\n\nCVTease is a CLI tool for computer vision that is currently under development. It includes functionalities such as face detection, facial keypoints detection, and a space shooter game using ASCII art.\n\n## Features\n\n- **Face Detection**: Open the camera and detect faces with visual feedback.\n- **Facial Keypoints**: Detect and display key points on the face.\n- **Space Shooter Game**: Play a lightweight ASCII-based space shooter game.\n- **GUI Interface**: A simple GUI for managing face detection and keypoints.\n\n## Installation\n### Linux\n```bash\n\n\n# If Python and pip are not installed, install them using your package manager:\nsudo apt update\nsudo apt install python3 python3-pip -y\npip3 install cvtease\n```\n\n***\n```bash\n# Install CVTease directly from PyPI using pip:\npip install cvtease\n```\n***\n# Or clone the repository and use pip to install from source:\n```bash\ngit clone https://github.com/w3cdpass/cvtease.git\ncd cvtease\npython -m venv venv\n# linux/macos source venv/bin/activate\nvenv\\scripts\\activate\npip install -r requirement.txt\npip install -e .\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2018 The Python Packaging Authority  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A CLI tool for computer vision that is under development. Includes a space shooter game using ASCII art.",
    "version": "0.1.18",
    "project_urls": {
        "Bug Tracker": "https://github.com/w3cdpass/cvtease/issues",
        "Homepage": "https://github.com/w3cdpass/cvtease"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f60b27e326f341c65748e229a878d1e9134e29f188867ebc5624f84a1b6a405",
                "md5": "8aa34ccbd8801631044e40e29b13fa92",
                "sha256": "bb34bbc359dafd549fdda1da839ed30ed4994c0d310365f13613659109e32802"
            },
            "downloads": -1,
            "filename": "cvtease-0.1.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8aa34ccbd8801631044e40e29b13fa92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12458,
            "upload_time": "2024-08-15T05:26:50",
            "upload_time_iso_8601": "2024-08-15T05:26:50.236958Z",
            "url": "https://files.pythonhosted.org/packages/1f/60/b27e326f341c65748e229a878d1e9134e29f188867ebc5624f84a1b6a405/cvtease-0.1.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25d4bfb6d94883af563a8614252bea2723656998f7be7389ea1d302489e9a469",
                "md5": "8c8c26fef88491b692f2b5baccb0552e",
                "sha256": "d95829307d4e640b2c9a7723e7951743ecfd930917384bd4bc0c01fb55b64f7d"
            },
            "downloads": -1,
            "filename": "cvtease-0.1.18.tar.gz",
            "has_sig": false,
            "md5_digest": "8c8c26fef88491b692f2b5baccb0552e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12867,
            "upload_time": "2024-08-15T05:26:51",
            "upload_time_iso_8601": "2024-08-15T05:26:51.939655Z",
            "url": "https://files.pythonhosted.org/packages/25/d4/bfb6d94883af563a8614252bea2723656998f7be7389ea1d302489e9a469/cvtease-0.1.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 05:26:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "w3cdpass",
    "github_project": "cvtease",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "8.0.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    ">=",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "opencv-python",
            "specs": [
                [
                    ">=",
                    "4.5.3"
                ]
            ]
        },
        {
            "name": "mediapipe",
            "specs": [
                [
                    ">=",
                    "0.10.14"
                ]
            ]
        },
        {
            "name": "PySide6",
            "specs": [
                [
                    ">=",
                    "6.7.2"
                ]
            ]
        }
    ],
    "lcname": "cvtease"
}
        
Elapsed time: 0.69522s