Kangers Network
Open in Telegram
281
Subscribers
-124 hours
-47 days
-1130 days
Posts Archive
Notice: I am leaving this channel and community. So, if you're interested in my "shit posting", you can join my channel at:
t.me/b3b4156fe5ef28535d08f922b249c20b
Thank you for your love!
*This channel seems messed up with shit posting.*
sin(A+B) = sinA * cosB + cosA * sinB
sin(A-B) = sinA * cosB - cosA * sinB
cos(A+B) = cosA * cosB - sinA * sinB
cos(A-B) = cosA * cosB + sinA * sinB
tan(A+B) = tanA + tanB
-------------------
1 - tanA * tanB
tan(A-B) = tanA - tanB
---------------------
1 + tanA * tanB
Awh! Watching YouTube shorts inside Telegram video chat is a different feeling. ππ€
π bencode-python
β¨ A bencode encoder and decoder.
π· How to install?
pip install bencode-python
π PyPi:
https://pypi.org/project/bencode-python/
π GitHub: https://github.com/zrekryu/bencode-python
π‘ Basic usage:
1β£ Decoder:
from bencode.decoder import Decoder
decoder = Decoder()
decoded = decoder.decode(b"i42e")
print(decoded) # 42
2β£ Encoder:
from bencode.encoder import Encoder
encoder = Encoder()
encoded = encoder.encode(42)
print(encoded) # b'i42e'
π Check out README.md for documentation.
π§βπ» Developer: @Zrekryuπ Uploading soon... bencode library written in Python. π‘
https://en.m.wikipedia.org/wiki/Bencode
β¨ Reverse Images using Google Image Search. β¨
π Usage:
β’ Reply to an image or put image url after command.
β’ Command:
/reverse, /gis, /grs, and /pp.
β’ Syntax: <command> <reply/image_url>
π¬ How to add this into your robot:
π
°: Add this file in YourRobot/modules directory, open the file and replace YourRobot with your value at line number 21.
π§βπ» Dev: @Zrekryu
π Support chat: @KangersChat
β‘οΈ Powered by @KangersNetwork β‘οΈπ· Name:
google_lens_search.py
βΉοΈ Description: Search images using Google Lens.
π€ Commands: reverse, gls, grs, pp
π§βπ» Dev: @ZrekryuDev
β‘οΈ Powered by: @KangersNetwork
π Support chat: @KangersChat
π¬ How to use?
β‘οΈ Add this file into Robot/modules directory. Open the file and replace "YourRobot" with your module name. (Line no.: 21)