# Asuraa Library
## Overview
The Asuraa library provides a suite of AI functionalities, including image generation, code generation, and chatbot interactions. This README provides a guide to install and use the library in a Python environment.
## Installation
To install or upgrade the Asuraa library, use the following pip command:
```bash
pip install --upgrade Asuraa
```
## Usage
### 1. AI Image Generation
Generate an AI image based on a description.
```python
from Asuraa import AsuraaAPI
ai = AsuraaAPI()
response = ai.imagine("cat image")
print(response)
```
### 2. ChatGPT AI
Interact with the ChatGPT AI for various responses. You can also specify modes for tailored interactions.
```python
from Asuraa import AsuraaAPI
ai = AsuraaAPI()
# Execute Chatgpt AI with the input text
response = ai.chatgpt("Whats the weather in San Francisco today? And what is the date?")
print(response)
```
### 3. Code Generation
Generate code using either Blackbox AI or Gemini AI.
```python
from Asuraa import AsuraaAPI
ai = AsuraaAPI()
# Execute blackbox AI with the input text
response = ai.blackbox("write flask app code")
print(response)
```
### 4. DataGpt AI
Fetch data science information using DataGPT AI.
```python
from Asuraa import AsuraaAPI
ai = AsuraaAPI()
# Execute datagpt AI with the input text
response = ai.datagpt("what is data science")
print(response)
```
### 5. Gemini AI
```python
from AsuraaAPI import AsuraaAPI
ai = AsuraaAPI()
# Execute Gemini AI with the input text
response = ai.gemini("Who are you")
```
### 6. Bing image
```python
from AsuraaAPI import AsuraaAPI
ai = AsuraaAPI()
# Execute Bing Image AI with the input text
response = ai.bingimage("a man with car")
```
## License
© 2024-2025 Asuraa. All rights reserved.
Raw data
{
"_id": null,
"home_page": "https://github.com/itzAsuraa/AsuraaApi",
"name": "Asuraa",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": null,
"keywords": "python, Asuraa, flask",
"author": "The Caption | itzAsuraa",
"author_email": "itzAsuraa@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ee/d9/7c74e4306685db5f7cecfd1f00ffb1ac55cb86d7d7f3bfd7b98ae48835d7/Asuraa-0.0.0.0.2.tar.gz",
"platform": null,
"description": "\n# Asuraa Library\n\n## Overview\n\nThe Asuraa library provides a suite of AI functionalities, including image generation, code generation, and chatbot interactions. This README provides a guide to install and use the library in a Python environment.\n\n## Installation\n\nTo install or upgrade the Asuraa library, use the following pip command:\n\n```bash\npip install --upgrade Asuraa\n```\n\n## Usage\n\n### 1. AI Image Generation\n\nGenerate an AI image based on a description.\n\n```python\nfrom Asuraa import AsuraaAPI\nai = AsuraaAPI()\n\nresponse = ai.imagine(\"cat image\")\nprint(response)\n\n```\n\n### 2. ChatGPT AI\n\nInteract with the ChatGPT AI for various responses. You can also specify modes for tailored interactions.\n\n```python\nfrom Asuraa import AsuraaAPI\n\nai = AsuraaAPI()\n# Execute Chatgpt AI with the input text\n\nresponse = ai.chatgpt(\"Whats the weather in San Francisco today? And what is the date?\")\nprint(response)\n\n```\n\n### 3. Code Generation\n\nGenerate code using either Blackbox AI or Gemini AI.\n\n```python\nfrom Asuraa import AsuraaAPI\nai = AsuraaAPI()\n\n# Execute blackbox AI with the input text\nresponse = ai.blackbox(\"write flask app code\")\n\nprint(response)\n```\n\n### 4. DataGpt AI\n\nFetch data science information using DataGPT AI.\n\n```python\nfrom Asuraa import AsuraaAPI\nai = AsuraaAPI()\n\n# Execute datagpt AI with the input text\nresponse = ai.datagpt(\"what is data science\")\n\nprint(response)\n```\n### 5. Gemini AI \n\n```python\nfrom AsuraaAPI import AsuraaAPI\nai = AsuraaAPI()\n# Execute Gemini AI with the input text\n\nresponse = ai.gemini(\"Who are you\")\n```\n### 6. Bing image\n\n```python\nfrom AsuraaAPI import AsuraaAPI\nai = AsuraaAPI()\n# Execute Bing Image AI with the input text\n\nresponse = ai.bingimage(\"a man with car\")\n```\n## License\n\n\u00a9 2024-2025 Asuraa. All rights reserved.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python Api | AsuraaApi",
"version": "0.0.0.0.2",
"project_urls": {
"Community": "https://t.me/AsuraaSupport",
"Download": "https://github.com/itzAsuraa/AsuraaApi/blob/main/README.md",
"Homepage": "https://github.com/itzAsuraa/AsuraaApi",
"Source": "https://github.com/itzAsuraa/AsuraaApi",
"Tracker": "https://github.com/itzAsuraa/AsuraaApi/issues"
},
"split_keywords": [
"python",
" asuraa",
" flask"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eed97c74e4306685db5f7cecfd1f00ffb1ac55cb86d7d7f3bfd7b98ae48835d7",
"md5": "92befef9125a413328ac30e88607546b",
"sha256": "ba1ad332ad646956037b190b0998b560c4cf2880a24497e40f5514f6f19296c6"
},
"downloads": -1,
"filename": "Asuraa-0.0.0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "92befef9125a413328ac30e88607546b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 5614,
"upload_time": "2024-09-16T03:51:08",
"upload_time_iso_8601": "2024-09-16T03:51:08.271747Z",
"url": "https://files.pythonhosted.org/packages/ee/d9/7c74e4306685db5f7cecfd1f00ffb1ac55cb86d7d7f3bfd7b98ae48835d7/Asuraa-0.0.0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-16 03:51:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "itzAsuraa",
"github_project": "AsuraaApi",
"github_not_found": true,
"lcname": "asuraa"
}