# FlatIcon Client
Simple FlatIcon Client for that I use for my own projects.
```bash
pip install flaticon
```
## 🤔 How It's Work?
- Search `query` on flaticon (for more specific settings, change shape or order_by in `main.py`)
- Creates `flaticon` folder to `HOME` directory and store every query it's own folder
- Download all image results if it's not exists
## ⭐️ Example
```python
from flaticon import FlatIconClient
with FlatIconClient() as client:
images = client.search_for_images("cat", count=2)
for image in images:
client.download_image(image)
```
## 🪪 License
```
Copyright 2022 Yunus Emre Ak ~ YEmreAk.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
Raw data
{
"_id": null,
"home_page": "https://github.com/yedhrab/flaticon",
"name": "flaticon",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9.6",
"maintainer_email": "",
"keywords": "flaticon,icon,scrape",
"author": "Yunus Emre Ak",
"author_email": "yemreak.com@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3a/7e/282d8c8ae5d2afbe42c2db98a9a2806df5719dae50d0bb34ff599662daae/flaticon-1.0.2.tar.gz",
"platform": null,
"description": "# FlatIcon Client\n\nSimple FlatIcon Client for that I use for my own projects.\n\n```bash\npip install flaticon\n```\n\n## \ud83e\udd14 How It's Work?\n\n- Search `query` on flaticon (for more specific settings, change shape or order_by in `main.py`)\n- Creates `flaticon` folder to `HOME` directory and store every query it's own folder\n- Download all image results if it's not exists\n\n## \u2b50\ufe0f Example\n\n```python\nfrom flaticon import FlatIconClient\n\nwith FlatIconClient() as client:\n images = client.search_for_images(\"cat\", count=2)\n for image in images:\n client.download_image(image)\n```\n\n## \ud83e\udeaa License\n\n```\nCopyright 2022 Yunus Emre Ak ~\u00a0YEmreAk.com\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Scrape icons from flaticon.com",
"version": "1.0.2",
"project_urls": {
"Changelog": "https://github.com/yedhrab/flaticon/releases",
"Homepage": "https://github.com/yedhrab/flaticon",
"Issue Tracker": "https://github.com/yedhrab/flaticon/issues",
"Source": "https://github.com/yedhrab/flaticon/"
},
"split_keywords": [
"flaticon",
"icon",
"scrape"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1a6b9939f37e764723e41b64dbe3bcd10f8e7032b1ae51ccebe2f7eef018f7dc",
"md5": "9d02ac4713db848c3241e6bb0ad90824",
"sha256": "11c34ac9cb3d928ed9957871f1f13a468a8fb45e58bd475d6e01f85eaa82c0a2"
},
"downloads": -1,
"filename": "flaticon-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9d02ac4713db848c3241e6bb0ad90824",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.6",
"size": 9984,
"upload_time": "2023-09-14T20:18:29",
"upload_time_iso_8601": "2023-09-14T20:18:29.535933Z",
"url": "https://files.pythonhosted.org/packages/1a/6b/9939f37e764723e41b64dbe3bcd10f8e7032b1ae51ccebe2f7eef018f7dc/flaticon-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3a7e282d8c8ae5d2afbe42c2db98a9a2806df5719dae50d0bb34ff599662daae",
"md5": "e864a686de9b876293100bfeb869caf4",
"sha256": "1a94686ecc0c757025fc2968391478218fbff16f6d6ae366b21116961f244217"
},
"downloads": -1,
"filename": "flaticon-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "e864a686de9b876293100bfeb869caf4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.6",
"size": 8044,
"upload_time": "2023-09-14T20:18:33",
"upload_time_iso_8601": "2023-09-14T20:18:33.427053Z",
"url": "https://files.pythonhosted.org/packages/3a/7e/282d8c8ae5d2afbe42c2db98a9a2806df5719dae50d0bb34ff599662daae/flaticon-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-14 20:18:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yedhrab",
"github_project": "flaticon",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "flaticon"
}