Metadata-Version: 2.1
Name: Pycodz
Version: 2.3
Summary: - Simple Library with Python 3
Home-page: https://github.com/A-X-1/test-lib
Author: AlEx
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

<div align="center"> <img src="https://www2.0zz0.com/2024/12/04/20/801153888.png" alt="Pycodz" width="128"> <h1>Pycodz</h1> <b>A library for Python developers.</b> <b> <a href="https://z44o.github.io"> <br> <li> MY </li> </br> </a> </div>

<br>

<div align="center"> <a href="https://pypi.org/project/Pycodz/"> <img src="https://img.shields.io/pypi/v/tgram.svg?logo=python&logoColor=%23959DA5&label=pypi&labelColor=%23282f37" alt="PyPI"> </a> <a href="https://t.me/PyQZe"> <img src="https://img.shields.io/badge/Telegram-Channel-blue.svg?logo=telegram" alt="Telegram Channel"> </a> <a href="https://t.me/PyChTz"> <img src="https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram" alt="Telegram Group"> </a> <a href="https://t.me/DevZ44d"> <img src="https://img.shields.io/badge/Telegram-Owner-red.svg?logo=telegram" alt="Telegram Owner"> </a> </div>


## 🔧 Installation 🚀

### Via PyPI (Recommended)
```bash
pip install Pycodz -U
```
## 🚀 Quick Start

1- __DarkCode__

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

6- __Programmer_Languages__

- This Function for { Get Programming_Languages from web } .
```python
from Pycodz import Programmer_Languages
requests = input("- Type your url : ")
response = Programmer_Languages(requests)
print(response)
```

7- __MD5__

- This Function for { Get MD5_Hash }, you can use it for ( Make MD5_hash )
```python
from Pycodz 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 Pycodz 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 Pycodz import SHA256
requests = input("- Type your text : ")
response = SHA256(requests)
print(response)
```

10- __Base64__

- This Function for { Get encode } .
```python
from Pycodz import Base64
requests = input("- Type your text : ")
response = Base64(requests)
print(response.__encode__())
```

11- __Base64___

- This Function for { Get decode } .
```python
from Pycodz import Base64
requests = input("- Type your text : ")
response = Base64(requests)
print(response.__decode__())
```

12- __BlackBox__

- This Function for { BlackBox-ai }, you can use it for ( BlackBox-ai )
```python
from Pycodz 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 Pycodz import Marshel
requests = input("- Type your file Name : ")
response = Marshel(requests)
print(response)
```

14- __portscan__

- This function for { portscan ( 2000 Port ) }, you can use it for ( portscan )
```python
from Pycodz 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 )
```python
from Pycodz import Masklink
masked = Masklink("Original-Link","Mask-Link")
print(masked)
```


16- __Domain__

- This function for { domain }, you can use it for ( exctact domain site )

```python
from Pycodz import Domain
requests = input("- Type your url : ")
domain = Domain(requests)
print(domain)
```

17- __wifi__

- This function for { ( you must connect it befor ) wifi }, you can use it for ( get wifi password )

```python
from Pycodz import wifi
input_wifi = input("- Type name network : ")
wifi_password = wifi(input_wifi)
print(wifi_password)
```
18- __Quotes__
- good Quotes , you can use get Quotes
```python
from Pycodz import Quotes
object = Quotes()
get_Quote = object.Quote()
print(get_Quote)
```

## ⚡️ This Lib working at :
     - Linux 
     - Windows
     - Termux ( Android )
     - Pydroid3 ( Android )

## 💬 Help & Support
- For general questions and help, join our **[Telegram chat](https://t.me/PyChTz)**.
- Follow updates via the **[Telegram Channel](https://t.me/PyQZe)**.
