## pixel collect
Pixel collect is a simple google image scrapper for your computer vision tasks
### Installation
#### Quick
```bash
pip install pixel_collect
```
#### Long
- Step 1
```bash
git clone https://github.com/charleslf2/pixel_collect
```
- Step 2
```bash
cd pixel_collect
```
- Step 3
```bash
py setup.py install
```
### Usage
```python
>>> from pixel_collect import pixel_scrap
>>> pixel_scrap(keyword="cats photos",save_folder="cats",limit=50,logs=True)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/charleslf2/pixel_collect",
"name": "pixel-collect",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Computer-vision,Images,Dataset,scrapping",
"author": "charles TCHANAKE",
"author_email": "datadevfernolf@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9b/d1/2879fd0ef76c0c4c18994fdadccef4ce258ecc311ef450b57dc42f9b4637/pixel_collect-0.0.1.tar.gz",
"platform": null,
"description": "## pixel collect\r\n\r\nPixel collect is a simple google image scrapper for your computer vision tasks\r\n\r\n### Installation\r\n\r\n#### Quick \r\n\r\n```bash\r\npip install pixel_collect\r\n```\r\n\r\n#### Long\r\n\r\n- Step 1\r\n\r\n```bash\r\ngit clone https://github.com/charleslf2/pixel_collect\r\n```\r\n\r\n- Step 2\r\n\r\n```bash\r\ncd pixel_collect\r\n```\r\n\r\n- Step 3\r\n\r\n```bash\r\npy setup.py install\r\n```\r\n\r\n### Usage\r\n\r\n```python\r\n\r\n>>> from pixel_collect import pixel_scrap\r\n\r\n>>> pixel_scrap(keyword=\"cats photos\",save_folder=\"cats\",limit=50,logs=True)\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "simple google image scrapper for your computer vision tasks",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/charleslf2/pixel_collect"
},
"split_keywords": [
"computer-vision",
"images",
"dataset",
"scrapping"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "073ff7178a4509799b64e8a39cce04cada636ad33814680b45d1feec26d542cd",
"md5": "6da2f302253320d387c3f1ae1a477162",
"sha256": "c8f3803e53c741dcf2f8ae1752d4165adc640597fe225e50d2f9ff882b16e333"
},
"downloads": -1,
"filename": "pixel_collect-0.0.1-py3.11.egg",
"has_sig": false,
"md5_digest": "6da2f302253320d387c3f1ae1a477162",
"packagetype": "bdist_egg",
"python_version": "0.0.1",
"requires_python": null,
"size": 6093,
"upload_time": "2023-07-11T10:42:29",
"upload_time_iso_8601": "2023-07-11T10:42:29.452675Z",
"url": "https://files.pythonhosted.org/packages/07/3f/f7178a4509799b64e8a39cce04cada636ad33814680b45d1feec26d542cd/pixel_collect-0.0.1-py3.11.egg",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3849303e396e4a8ba36d6717f8251012c1970a176278da6f437ba8953d8797a4",
"md5": "e99a113e75c3f09f7bcd973ad5bafe34",
"sha256": "12a351721bf6c7303785545350fe832152b2b6e3f8e0e68be8980b4cc8f37bb4"
},
"downloads": -1,
"filename": "pixel_collect-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e99a113e75c3f09f7bcd973ad5bafe34",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2987,
"upload_time": "2023-07-11T10:42:27",
"upload_time_iso_8601": "2023-07-11T10:42:27.698625Z",
"url": "https://files.pythonhosted.org/packages/38/49/303e396e4a8ba36d6717f8251012c1970a176278da6f437ba8953d8797a4/pixel_collect-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9bd12879fd0ef76c0c4c18994fdadccef4ce258ecc311ef450b57dc42f9b4637",
"md5": "1bd740f40503937c8d387e64be363262",
"sha256": "ad4e95a0a841efe62fd6dbb980dbea13f11e43e449a90020568209a9b0883857"
},
"downloads": -1,
"filename": "pixel_collect-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "1bd740f40503937c8d387e64be363262",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2797,
"upload_time": "2023-07-11T10:42:30",
"upload_time_iso_8601": "2023-07-11T10:42:30.817627Z",
"url": "https://files.pythonhosted.org/packages/9b/d1/2879fd0ef76c0c4c18994fdadccef4ce258ecc311ef450b57dc42f9b4637/pixel_collect-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-11 10:42:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "charleslf2",
"github_project": "pixel_collect",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pixel-collect"
}