Zehnex: Next-Gen Hybrid Telegram Framework (Aiogram + Telebot style)
Project description
🚀 Zehnex 1.1.0
Next-Gen Hybrid Telegram Bot Framework — Combines the simplicity of telebot with the power of aiogram. Ultra-fast, async, and feature-rich.
pip install zehnex
🌟 Nima uchun Zehnex?
- Gibrid API: Ham
aiogram(Context style), hamtelebot(Handler style) uslubida kod yozish imkoniyati. - Ultra-tezkor:
httpxvaasyncio.Semaphoreasosidagi yuqori samarali engine. - Barchasi ichida: Video yuklovchi, valyuta kursi, Wikipedia va QR kod generatori tayyor modul sifatida.
🚀 Tez boshlash
Aiogram uslubida:
from zehnex import Zehnex, Filter
dp = Zehnex("YOUR_TOKEN")
@dp.message(commands=["start"])
async def start(ctx):
await ctx.answer("Salom! Men Zehnex frameworkida ishlayapman 🚀")
dp.run()
Telebot uslubida:
from zehnex import Zehnex
bot = Zehnex("YOUR_TOKEN")
@bot.message_handler(commands=["start"])
async def start(message):
await bot.send_message(message.chat_id, "Salom!")
bot.run()
🛠 O'rnatish
pip install zehnex
📦 Modullar
| Modul | Tavsif |
|---|---|
Zehnex |
Asosiy engine (Gibrid API) |
VideoDownloader |
YouTube va boshqa saytlardan video yuklash |
CurrencyConverter |
Real-vaqt valyuta kurslari |
WikiToPDF |
Wikipedia qidiruv va PDF yaratish |
QRGenerator |
QR kod yaratish |
📄 Litsenziya
MIT License. Created by Zehnex Team.
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
zehnex-1.1.0.tar.gz
(17.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
zehnex-1.1.0-py3-none-any.whl
(18.8 kB
view details)
File details
Details for the file zehnex-1.1.0.tar.gz.
File metadata
- Download URL: zehnex-1.1.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48bac8269ad55a4353f1bdc380c081113eaa78d9ad8d20ed14fac8b2a0419e36
|
|
| MD5 |
452b397dbae99013fa83cf728b5c698c
|
|
| BLAKE2b-256 |
0869e0f849f017f656da93d020227e7a0b96f9d22aea93e1c3a29d6fbd7b0f47
|
File details
Details for the file zehnex-1.1.0-py3-none-any.whl.
File metadata
- Download URL: zehnex-1.1.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69feeeb04088ae616c816ca2f365a2bff763f0673fe8e24ae9f14e94a8ecbdcd
|
|
| MD5 |
83918bf98de7b75fa92c72e014ae2c4e
|
|
| BLAKE2b-256 |
ab9651bcbd1c219c9c63df1fa7c9d60de853fc3a14a6aeaea3f2d082433447ec
|