# quickdraw
[Google Quick, Draw!](https://quickdraw.withgoogle.com/) is a game which is
training a neural network to recognise doodles.
`quickdraw` is an API for using the Google Quick, Draw! data
[quickdraw.withgoogle.com/data](https://quickdraw.withgoogle.com/data),
downloading the data files as and when needed, caching them locally and
allowing them to be used.
## Getting started
+ Windows
```bash
pip install quickdraw
```
+ macOS
```bash
pip3 install quickdraw
```
+ Linux / Raspberry Pi
```bash
sudo pip3 install quickdraw
```
## Use
Open the Quick Draw data, pull back an **anvil** drawing and save it.
```python
from quickdraw import QuickDrawData
qd = QuickDrawData()
anvil = qd.get_drawing("anvil")
anvil.image.save("my_anvil.gif")
```
## Documentation
[quickdraw.readthedocs.io](https://quickdraw.readthedocs.io)
Raw data
{
"_id": null,
"home_page": "https://github.com/martinohanlon/quickdraw_python",
"name": "quickdraw",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Martin O'Hanlon",
"author_email": "martin@ohanlonweb.com",
"download_url": "https://files.pythonhosted.org/packages/b1/cc/ffd940f41b870ba0ae1af559bc2b99c6930f796f25d32dcef28615f79c9e/quickdraw-1.0.0.tar.gz",
"platform": null,
"description": "# quickdraw\r\n\r\n[Google Quick, Draw!](https://quickdraw.withgoogle.com/) is a game which is \r\ntraining a neural network to recognise doodles.\r\n\r\n`quickdraw` is an API for using the Google Quick, Draw! data \r\n[quickdraw.withgoogle.com/data](https://quickdraw.withgoogle.com/data), \r\ndownloading the data files as and when needed, caching them locally and \r\nallowing them to be used.\r\n\r\n## Getting started\r\n\r\n+ Windows\r\n\r\n```bash\r\npip install quickdraw\r\n```\r\n\r\n+ macOS\r\n\r\n```bash\r\npip3 install quickdraw\r\n```\r\n\r\n+ Linux / Raspberry Pi\r\n\r\n```bash\r\nsudo pip3 install quickdraw\r\n```\r\n\r\n## Use\r\n\r\nOpen the Quick Draw data, pull back an **anvil** drawing and save it.\r\n\r\n```python\r\n from quickdraw import QuickDrawData\r\n qd = QuickDrawData()\r\n anvil = qd.get_drawing(\"anvil\")\r\n anvil.image.save(\"my_anvil.gif\")\r\n```\r\n\r\n## Documentation\r\n\r\n[quickdraw.readthedocs.io](https://quickdraw.readthedocs.io)\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An API for downloading and reading the google quickdraw data.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/martinohanlon/quickdraw_python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b5258500e92c31e016e51917bff1861c7200df4c015594f6a38d4884f03f49e0",
"md5": "8e74e32af89aa225f6ce262a2f9d2ec6",
"sha256": "9a96a01cf456490c4cf490945f77540d5112cde455b4d205c93ebe309fca1ee4"
},
"downloads": -1,
"filename": "quickdraw-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8e74e32af89aa225f6ce262a2f9d2ec6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11552,
"upload_time": "2023-05-16T12:03:29",
"upload_time_iso_8601": "2023-05-16T12:03:29.847346Z",
"url": "https://files.pythonhosted.org/packages/b5/25/8500e92c31e016e51917bff1861c7200df4c015594f6a38d4884f03f49e0/quickdraw-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b1ccffd940f41b870ba0ae1af559bc2b99c6930f796f25d32dcef28615f79c9e",
"md5": "83d57dc770d18b34c0d4a1f47d7c494e",
"sha256": "9b72940206f608ffd790e098f29b4ec25d5259bb2bd59e311efb91e08271fa4c"
},
"downloads": -1,
"filename": "quickdraw-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "83d57dc770d18b34c0d4a1f47d7c494e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14801,
"upload_time": "2023-05-16T12:03:31",
"upload_time_iso_8601": "2023-05-16T12:03:31.035917Z",
"url": "https://files.pythonhosted.org/packages/b1/cc/ffd940f41b870ba0ae1af559bc2b99c6930f796f25d32dcef28615f79c9e/quickdraw-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-16 12:03:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "martinohanlon",
"github_project": "quickdraw_python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "quickdraw"
}