A python library for use daradege apis
Project description
daradege
A lightweight Python wrapper for Daradege.ir, providing access to a variety of AI-powered tools such as:
- Image generation
- Logo and QR code creation
- Ai Response
📦 Installation
pip install daradegeapi
🚀 Usage
🔼 Image & Logo Tools (genp.py)
from daradege import genp
# Generate AI image
genp.image("a futuristic city skyline at night")
# Generate Persian logo
genp.logo("daradege")
# Generate QR code
genp.qr("https://daradege.ir")
🧠 Ai Chat (ai.py)
from daradege import ai
#ask llama ai model to response your prompt!
ai.llama('Hello')
#ask chatgpt ai model to response your prompt!
ai.chatgpt('Hello')
#ask deepseek ai model to response your prompt!
ai.deepseek('Hello')
#ask gemini ai model to response your prompt!
ai.gemini('Hello')
#ask llamqwena ai model to response your prompt!
ai.qwen('Hello')
#ask nemotron ai model to response your prompt!
ai.nemotron('Hello')
📄 License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
daradegeapi-0.4.1.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file daradegeapi-0.4.1.tar.gz.
File metadata
- Download URL: daradegeapi-0.4.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d967de90acc70932aa32f8a505f843b538ee5b101f53f49e979a2b18fc59b07
|
|
| MD5 |
5933d5d9f2069da01ee3aa0cdef44306
|
|
| BLAKE2b-256 |
584de6de0ac2d319e3bdf67ee31bc16650bc6acba75aea65e110239a1aa89a9a
|
File details
Details for the file daradegeapi-0.4.1-py3-none-any.whl.
File metadata
- Download URL: daradegeapi-0.4.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05c5b79b0abe85c1c1b5ff9d74247e551dd4905c34ba51a3a3d052895f58d6d
|
|
| MD5 |
b6334ea420f4b6b9e569bc20e88b631f
|
|
| BLAKE2b-256 |
21abf07f68b68caab6b8097f65875f01fac40df1ddf43969207caa350b093d84
|