From bd7927c3efafbe65feee4ce5bb226d9f97dcb295 Mon Sep 17 00:00:00 2001 From: swadhinbiswas Date: Fri, 31 May 2024 16:19:03 +0600 Subject: [PATCH] update --- Bot/BotFunction/qrcodehelper.py | 15 ++++++++------- README.md | 25 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/Bot/BotFunction/qrcodehelper.py b/Bot/BotFunction/qrcodehelper.py index dc73931..8c63f17 100644 --- a/Bot/BotFunction/qrcodehelper.py +++ b/Bot/BotFunction/qrcodehelper.py @@ -13,10 +13,11 @@ def get_qrcodeicon(text): -def set_qricon(text:str,icon:str): - split_text = text.split(".") - with open(filepath, "r") as f: - data = json.load(f) - data[split_text[1]] = icon - with open(filepath, "w") as f: - json.dump(data, f, indent=4) \ No newline at end of file + + + + + + + + diff --git a/README.md b/README.md index fa2748f..77068c6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,31 @@ This is a Telegram bot built using Pyrogram that offers a variety of creative an * **Image Manipulation:** Perform actions like resizing, cropping, or applying filters (depending on implementation). * **Text Manipulation:** Explore functionalities like summarization, paraphrasing, or style changes (details to be confirmed). + + + +### Checklist + + +- [ ] Gemini +- [ ] ChatGpt + +- [x] Text To Image +- [x] Link to Qrcode +- [ ] Video To Gif +- [ ] Unlock PDF +- [ ] Word to PDF +- [ ] Exel to PDF +- [ ] Proteted PDF +- [ ] Encryption Text + + + + +- [ ] Object Detection +- [x] ChatBot + + **Get Strated** * Make sure you have Python and Pyrogram installed. You can find installation instructions on the Pyrogram documentation: [https://docs.pyrogram.org/](https://docs.pyrogram.org/)