TechShreyash / techzdl

A simple yet powerfull file downloader package for python
https://telegram.me/TechZBots
MIT License
4 stars 2 forks source link

TechZDL v1.2.6

TechZDL is a powerful file downloader package for Python that supports multi-threaded downloads, dynamic worker adjustments based on network speed, custom headers, and more.

Total Repo Views

Features

Installation

You can install TechZDL using pip:

pip install techzdl

To update TechZDL to the latest version, use:

pip install --upgrade techzdl

Note: If it doesn't update to the latest version, use:

pip install --upgrade --force-reinstall techzdl

Usage

Here's a basic example of how to use the TechZDL package:

Basic Usage

import asyncio
from techzdl import TechZDL

async def main():
    downloader = TechZDL(url="https://link.testfile.org/bNYZFw")
    await downloader.start()

asyncio.run(main())

https://github.com/TechShreyash/techzdl/assets/82265247/33267e71-2b41-4dd1-b306-c87a197a3b57

More Examples / Demos

Check the demos folder for more examples and detailed demonstrations of file downloading using the TechZDL package. The demos include more information about the various features of TechZDL and how to use them effectively.

Documentation

Check DOCS.md for detailed documentation of the TechZDL package.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For inquiries or support, join our Telegram Support Group or email techshreyash123@gmail.com.

Acknowledgements

Thanks to all contributors and users for their support and feedback.

Stay Connected