Metadata-Version: 2.1
Name: rrxr
Version: 0.2
Summary: - simple library with python
Home-page: https://github.com/A-X-1/test-lib
Author-email: alexcrow221@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

** Telegram Channel **
[ Telegram Channel ](https://t.me/Pycodz)



** User **
[ User ](https://t.me/rrzex)



** installing **

```bash
pip install rrxr==0.2
```

** usage **

1- __DarkCodz__

   - This Function for { ai } , you can use it for ( penetration Teasting , Hacking Tools )
```python
from rrxr 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
```python
from rrxr 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
```python
from rrxr 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 } )
```python
from rrxr 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 } )
```python
from rrxr import IP
requests = input("- Type your url : ")
response = IP(requests)
print(response)
```

6- __ProG_lan__

     - This Function for { Get Programming_Languages from web } .
```python
from rrxr 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 )
```python
from rrxr 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 )
```python
from rrxr 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 )
 ```python
from rrxr import SHA256
requests = input("- Type your text : ")
response = SHA256(requests)
```

