Metadata-Version: 2.1
Name: pykillerx
Version: 0.1.16
Summary: DarkWeb Userbot Pyrogram
Home-page: https://randydev.tech
Author: TeamKillerX
Author-email: killerx@randydev.my.id
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## pykillerx Library 

[![pykillerx - Version](https://img.shields.io/pypi/v/pykillerx?style=round)](https://pypi.org/project/pykillerx)    
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pykillerx?label=DOWNLOADS&style=round)](https://pypi.org/project/pykillerx)    
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/TeamKillerX/pykillerx/graphs/commit-activity)
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/TeamKillerX/pykillerx)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)


* <b>DarkWeb Userbot Pyrogram</b>

## Disclaimer
```
️                       ⚠️ WARNING FOR YOU ️ ️⚠️
   pykillerx is used to help your account activities on Telegram
   We are not responsible for what you misuse in this repository
   !  Be careful when using this repository!
   If one of the members misuses this repository, we are forced to ban you
   Never ever abuse this repository
``` 

## Installing
```
pip3 install pykillerx
```

## Example [EVAL]
```python
from pykillerx.carbon import make_carbon

write = "i'am RandyDev"
carbon = await make_carbon(write)
await c.send_photo(m.chat.id, carbon)
```




