Metadata-Version: 2.1
Name: Pycodz
Version: 1.2
Summary: - simple library with python
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">
  ![Pycodz](https://i.imgur.com/LObJ7pI.jpeg)
  <h1>Pycodz</h1>
  <b>A library for Python developers.</b>
  <b><a href="https://nicex.carrd.co"> MY </a></b>
</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/DevZrox"> <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- __DarkCodz__

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

     - This Function for { Get EnCode_Base64 }, you can use it for ( Make EnCode_Base64 )
```python
from Pycodz 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 Pycodz 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 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 }, 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- __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)**.
```python
from Pycodz 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](https://t.me/PyChTz)**.
- Follow updates via the **[Telegram Channel](https://t.me/PyQZe)**.
