- 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.2.tar.gz
(8.0 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.2-py3-none-any.whl
(7.9 kB
view details)
File details
Details for the file pycodz-3.2.tar.gz.
File metadata
- Download URL: pycodz-3.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
795bec14b3851af4771b84a6d7d0568b8a9ad941760fade4be924cb88a281052
|
|
| MD5 |
f3695984876a3347a53d79bc47ba9e1f
|
|
| BLAKE2b-256 |
f26b2ebe465d1d08ec04009b6f6c5a2428073c28059b7f7ee0ffc761faa1f058
|
File details
Details for the file Pycodz-3.2-py3-none-any.whl.
File metadata
- Download URL: Pycodz-3.2-py3-none-any.whl
- Upload date:
- Size: 7.9 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 |
64f54b41f7c5419ac1c17de9e3a5cb2625880609c51ae59c194247964471de7d
|
|
| MD5 |
6532e8ffffe5bc890074311f14712343
|
|
| BLAKE2b-256 |
5b34bf432ef3469a46f93eedc6ebcaed2a9dfc59bab30961123cffc702590689
|