# RoboArt
### Avatars lovingly delivered by Robohash.org
RoboArt is a basic random avatar generator which generates avatar in 4 different sets when hash is provided.
## Installation
You can install RoboArt via pip:
```bash
pip3 install -U RoboArt
```
This will install the latest version of RoboArt
To update your existing RoboArt package, use:
```bash
pip3 install RoboArt - U
```
## Usage
Import RoboArt in your Python script and create an instance of the roboart class:
```python
from RoboArt import roboart
ra = roboart()
```
Then, generate an avatar by passing a hash value to the robo() method:
```python
ra.robo("thisishash")
```
This will generate an avatar based on the provided hash value.
## Quick Example
```python
from RoboArt import roboart
ra = roboart()
# You can use any random string hash, it doesnt matter
Robot = ra.robo("Robot") # It generates a robot avatar
Monster = ra.monster("Monster") # It generates a monster avatar
RoboHead = ra.robohead("Head") # It generates a robot head avatar
Kittens = ra.kitten('cats') # It generates a cat avatar
print(Robot) # prints robo
```
## License:
This project is licensed under the terms of the MIT license. You can find the full license text in the LICENSE file.
Raw data
{
"_id": null,
"home_page": "",
"name": "RoboArt",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,avatar,roboart,random avatar,robohash,robots art",
"author": "puang59",
"author_email": "puang59@proton.me",
"download_url": "https://files.pythonhosted.org/packages/3a/c0/d8af140745f34cd8cacd552650f08d44c5428da36305fd2d53eac22ddebf/RoboArt-0.1.4.tar.gz",
"platform": null,
"description": "# RoboArt\n\n### Avatars lovingly delivered by Robohash.org\n\nRoboArt is a basic random avatar generator which generates avatar in 4 different sets when hash is provided.\n\n## Installation\n\nYou can install RoboArt via pip:\n\n```bash\npip3 install -U RoboArt\n```\n\nThis will install the latest version of RoboArt\n\nTo update your existing RoboArt package, use:\n\n```bash\npip3 install RoboArt - U\n```\n\n## Usage\n\nImport RoboArt in your Python script and create an instance of the roboart class:\n\n```python\nfrom RoboArt import roboart\nra = roboart()\n```\n\nThen, generate an avatar by passing a hash value to the robo() method:\n\n```python\nra.robo(\"thisishash\")\n```\n\nThis will generate an avatar based on the provided hash value.\n\n## Quick Example\n\n```python\nfrom RoboArt import roboart\n\nra = roboart()\n\n# You can use any random string hash, it doesnt matter\nRobot = ra.robo(\"Robot\") # It generates a robot avatar\nMonster = ra.monster(\"Monster\") # It generates a monster avatar\nRoboHead = ra.robohead(\"Head\") # It generates a robot head avatar\nKittens = ra.kitten('cats') # It generates a cat avatar\n\nprint(Robot) # prints robo\n```\n\n## License:\n\nThis project is licensed under the terms of the MIT license. You can find the full license text in the LICENSE file.\n",
"bugtrack_url": null,
"license": "",
"summary": "A basic random avatar generator",
"version": "0.1.4",
"project_urls": null,
"split_keywords": [
"python",
"avatar",
"roboart",
"random avatar",
"robohash",
"robots art"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2b211696a8727b495bce96af49d232ada7eca3b0b946c65f0b560e4697fe2f3c",
"md5": "9e17b4b28a1831a767144f0a753cc54f",
"sha256": "c6b577d0af92cc5bb0c26f92d3cadb94f195bfa3dd55eecdf8ce7404464eb9a4"
},
"downloads": -1,
"filename": "RoboArt-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e17b4b28a1831a767144f0a753cc54f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3226,
"upload_time": "2023-05-10T12:03:25",
"upload_time_iso_8601": "2023-05-10T12:03:25.143975Z",
"url": "https://files.pythonhosted.org/packages/2b/21/1696a8727b495bce96af49d232ada7eca3b0b946c65f0b560e4697fe2f3c/RoboArt-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3ac0d8af140745f34cd8cacd552650f08d44c5428da36305fd2d53eac22ddebf",
"md5": "f205f80680965c954d7169bf40c1d3d5",
"sha256": "1ed397dc1cd5d62e2dd8102b430d826bd49af1d477338231495d978dbde8a46e"
},
"downloads": -1,
"filename": "RoboArt-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "f205f80680965c954d7169bf40c1d3d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2890,
"upload_time": "2023-05-10T12:03:32",
"upload_time_iso_8601": "2023-05-10T12:03:32.342212Z",
"url": "https://files.pythonhosted.org/packages/3a/c0/d8af140745f34cd8cacd552650f08d44c5428da36305fd2d53eac22ddebf/RoboArt-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-10 12:03:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "roboart"
}