Metadata-Version: 2.4
Name: byAd12-library
Version: 1.2.2
Summary: Multi function library.
Home-page: https://github.com/byAd12/byAd12-Library.git
Author: byAd12.pages.dev
Author-email: adgimenezp@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ping3
Requires-Dist: threading
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


# byAd12-library - v1.2.2

**byAd12-library** helps you doing a ICMP (ping) attack to a specific target.
Feel free to open an issue or a pull request in the repository.

## Project

- **PyPi**: [https://pypi.org/project/byAd12-library/](https://pypi.org/project/byAd12-library/)
- **Installation**: 
  ```bash
  pip install byAd12-library
  ```

## Author

- **Website**: [https://byAd12.pages.dev](https://byAd12.pages.dev)

## Functions

- `Ping_Flood_(IPv4)`
Sends massive pings (ICMP messages) to a target (local or server) using IPv4.

- `david_()`
Adds 2 points ("..") at the end of the string.

## Required Dependencies

- **pip install threading**
- **pip install ping3**

## Example

```python
from byAd12_library import Ping_Flood_, david_

Ping_Flood_("192.168.1.1") # Send massive pings

david_("text") # Adds 2 points ("..") at the end of the string
```
