Metadata-Version: 2.1
Name: Xsolo
Version: 1.0
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)

## v1.0

*- __User__

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


*- __installing__

```bash
pip install Xsolo==1.0
```

*- __usage__

1- __DarkCodz__

   - This Function for { ai } , you can use it for ( penetration Teasting , Hacking Tools )
```python
from Xsolo 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 Xsolo 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 Xsolo 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 Xsolo 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 Xsolo 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 Xsolo 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 Xsolo 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 Xsolo 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 Xsolo 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 )
```python
from Xsolo 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 )
```python
from Xsolo 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 )
```python
from Xsolo 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 )
 ```python
from Xsolo 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 )
```python
from Xsolo 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}")
```

# This Lib working at :
     - Termux ( android )
     - Pydroid3 ( android )
     - Linux 
     - Windows
