- Simple Library with Python 3
Project description
Installation 🚀
Via PyPI (Recommended)
pip install Pycodz -U
🚀 Quick Start
blaclboxai 🤖
- This Method for BlackBoxai.
Modules BlackBox >_< .
from Pycodz.ai import blackboxai
bot = blackboxai()
request = input(" - Type Your request : ")
response = bot.chat(
message = request ,
module = ""
)
print(response)
Image Generation 🎨
- This Method for Generation Images .
from Pycodz.imager import Imager
img = Imager()
request = input(" - Type Your request : ")
get_img = img.generate(
prompt = request,
amount = 1,
stream = True
)
img.save(get_img)
CodeConvert ai 🎯
- This Method For ai . response from CodeConvert ai
Modules CodeConvert >_< .
- u can know Modules from Here
from Pycodz.ai import CodeConvert
bot = CodeConvert()
request = input(" - Type Your request : ")
response = bot.Convert(
message = request ,
module = ""
)
print(response)
💬 Help & Support
- For general questions and help, join our Telegram chat.
- Follow updates via the Telegram Channel.
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
pycodz-3.1.tar.gz
(8.1 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
Pycodz-3.1-py3-none-any.whl
(8.1 kB
view details)
File details
Details for the file pycodz-3.1.tar.gz.
File metadata
- Download URL: pycodz-3.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757a160a1c7d9e08d8a2f6f2eea3cee5a20e25e0cd4722718fc4a53d510a1217
|
|
| MD5 |
982bd631a6d13c74027a0b385563b161
|
|
| BLAKE2b-256 |
cf6fc98e809e4a12ff386032b1ea7bc69f3906060ada8ef5b8b03aa96d55f258
|
File details
Details for the file Pycodz-3.1-py3-none-any.whl.
File metadata
- Download URL: Pycodz-3.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25bb532d61460dd07f573591c2c7518aee481fec44972dc162aaca000938b8e1
|
|
| MD5 |
54c99d402da17bbc8f18ffd4b5ac984f
|
|
| BLAKE2b-256 |
cb3c94eaffd51d1651c917a11dd8f1d023ebb6bb8fc09fd61cdc6d5b0daa565d
|