Metadata-Version: 2.2
Name: anonfile_uploader
Version: 0.1.2
Summary: A simple Python library to upload files to anonfile.la
Home-page: https://github.com/RknDeveloper/anonfile-uploader
Author: rkndeveloper
Author-email: rkndeveloper935@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
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Anonfile Uploader 

```bash
pip install catbox-uploader
```


## Example
```python
from anonfile import Anonfile

anonfile = Anonfile()
link = anonfile.upload_file('path/to/your/file.jpg')
print(f"Uploaded File: {link}")
```
