A simple yet powerfull file downloader package for python
Project description
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.
Features
- Multi-threaded downloads: Efficiently download files using multiple threads.
- Dynamic worker adjustments: Automatically adjusts the number of workers based on network speed.
- Custom headers: Add custom headers to your download requests.
- Error handling: Robust error handling and retry mechanisms.
- Asynchronous support: Fully asynchronous for non-blocking operations.
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
- Join our Telegram Channel
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file techzdl-1.2.6.tar.gz
.
File metadata
- Download URL: techzdl-1.2.6.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47bc03fbe89d8c9398109dc6deba2166134a8e0d238727d8781e9964db1f6c1b |
|
MD5 | d6c8a486f4fd36197b55d20c72b68515 |
|
BLAKE2b-256 | 7868ed2500caa015959dcba54e683b3595395b4243397cacf53bcec54059cc96 |
File details
Details for the file techzdl-1.2.6-py3-none-any.whl
.
File metadata
- Download URL: techzdl-1.2.6-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e437d3b6bd69dc342a45df8f2d174dc7cb632b97cfcd92b227a3fc314cd42e29 |
|
MD5 | 1477ec24dc7ac0213b8db72783b8684f |
|
BLAKE2b-256 | 40b66c60a8b2f6f49d0cca6e76d9bdd4f248be5a6adbaccb872ce460d01351ac |