🔧 Installation
Via PyPI (Recommended)
pip install xzrr -U
🚀 Quick Start
1- DarkCodz
- This Function for { ai } , you can use it for ( penetration Teasting , Hacking Tools )
from xzrr import Darkcodz
requests = input("- Type your requests : ")
response = DarkCodz(requests)
print(response)
2- WormGpt
- This Function for { ai }, you can use it for ( penetration Teasting, Hacking Tools ) . vs. 2
from xzrr import WormGpt
requests = input("- Type your requests : ")
response = WormGpt(requests)
print(response)
3- ChatGpt
- This Function for { ai }, you can use it for ( usefull tool { ChatGpt } ) . vs. 3
from xzrr import ChatGpt
requests = input("- Type your requests : ")
response = ChatGpt(requests)
print(response)
4- Whois
- This Function for { Get information from web }, you can use it for ( Get Whois { Information } )
from xzrr import Whois
requests = input("- Type url : ")
response = Whois(requests)
print(response)
5- IP
- This Function for { Get IP { Information } }, you can use it for ( Get IP { Information } )
from xzrr import IP
requests = input("- Type your url : ")
response = IP(requests)
print(response)
6- Programmer_Languages
- This Function for { Get Programming_Languages from web } .
from xzrr import ProG_lan
requests = input("- Type your url : ")
response = ProG_lan(requests)
print(response)
7- MD5
- This Function for { Get MD5_Hash }, you can use it for ( Make MD5_hash )
from xzrr import MD5
requests = input("- Type your text : ")
response = MD5(requests)
print(response)
8- SHA1
- This Function for { Get SHA1_Hash }, you can use it for ( Make SHA1_hash )
from xzrr import SHA1
requests = input("- Type your text : ")
response = SHA1(requests)
print(response)
9- SHA256
- This Function for { Get SHA256_Hash }, you can use it for ( Make SHA256_hash )
from xzrr import SHA256
requests = input("- Type your text : ")
response = SHA256(requests)
print(response)
10- Base64_Encode
- This Function for { Get EnCode_Base64 }, you can use it for ( Make EnCode_Base64 )
from xzrr import Base64_Encode
requests = input("- Type your text : ")
response = Base64_Encode(requests)
print(response)
11- Base64_Decode
- This Function for { Get Decode_Base64 }, you can use it for ( Make Decode_Base64 )
from xzrr import Base64_Decode
requests = input("- Type your text : ")
response = Base64_Decode(requests)
print(response)
12- BlackBox
- This Function for { BlackBox-ai }, you can use it for ( BlackBox-ai )
from xzrr import BlackBox
requests = input("- Type your Request : ")
response = BlackBox(requests)
print(response)
13- Marshel
- This Function for { Marshel }, you can use it for ( Marshel ) , Encryption python files ( working in pydroid3 )
from xzrr import Marshel
requests = input("- Type your file Name : ")
response = Marshel(requests)
print(response)
14- portscan
- This function for { portscan }, you can use it for ( portscan )
from xzrr import portscan , service_port
requests = input("- Type your url : ")
openport = portscan(requests)
for open_port in openport:
service = service_port(open_port)
print(f"- Open Port {open_port} - {service}")
15- Masklink
- This function for { masklink }, you can use it for ( mask link )
from xzrr import Masklink
masked = Masklink("Original-Link","Mask-Link")
print(masked)
16- Gemini
- This function for { gemini }, Itis AI By **[Gemini](https://gemini.google.com/app)**.
- yoU can get the Gemini API_KEY From **[Here](https://aistudio.google.com/apikey)**.
from xzrr import Gemini
api_key = "Your api-key"
requests = input("- Type your requests : ")
response = Gemini(api_key,requests)
print(response)
This Lib working at :
- Linux
- Windows
💬 Help & Support
- For general questions and help, join our Telegram chat.
- Follow updates via the Telegram Channel.
Release files for xzrr 1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xzrr-1.2.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xzrr-1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / xzrr-1.2.tar.gz
| Download URL | xzrr-1.2.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d25d19b5731c49002de31829b8721d509e5497aaa165aec1a7f77a4d5f50850
|
|
BLAKE2b-256 checksum How to use checksums |
f0cef40e3180177a03562cbf0a72892a05e73370bc854ebd66b1bf79dffca6e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.13.0
|
Release files / xzrr-1.2-py3-none-any.whl
| Download URL | xzrr-1.2-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
58c2c43a10e7381bffed35f81a527f1eaf8b22cf8c09af3335c6c1d536d982a5
|
|
BLAKE2b-256 checksum How to use checksums |
77eb55d2bbbebd30733a4254f1831fcfb6e4b3f8d66a3ae319effb15ccbeb10b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.13.0
|