-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfda828
commit b074127
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# TechZDL | ||
|
||
A simple yet powerful file downloader package for Python. | ||
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. | ||
|
||
## Description | ||
|
||
TechZDL is a highly efficient and easy-to-use file downloader package for Python. It provides features for downloading files with multiple threads, dynamic worker adjustments based on network speed, and more. | ||
<img src="https://stats.techzbots.co/api/views_badge?page=https%3A%2F%2Fgithub.com%2FTechShreyash%2Ftechzdl&color1=20c488&color2=eb0205&label=Total%20Repo%20Views&counter_type=1" alt="Total Repo Views"> | ||
|
||
## Installation | ||
|
||
|
@@ -113,6 +111,7 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
|
||
 | ||
|
||
### Setting Custom File And Folder Name | ||
|
@@ -142,8 +141,8 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
 | ||
|
||
 | ||
|
||
### Custom Headers | ||
|
||
|
@@ -174,6 +173,7 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
|
||
 | ||
|
||
### Fixed No. Of Workers | ||
|
@@ -204,8 +204,8 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
 | ||
|
||
 | ||
|
||
### Custom Progress Callback | ||
|
||
|
@@ -239,8 +239,8 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
 | ||
|
||
 | ||
|
||
### Timeouts And Max Retries | ||
|
||
|
@@ -271,8 +271,8 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
 | ||
|
||
 | ||
|
||
### Single Threaded Mode | ||
|
||
|
@@ -302,8 +302,8 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
 | ||
|
||
 | ||
|
||
### Disable Debug Logs And Default Progress Bar | ||
|
||
|
@@ -333,8 +333,13 @@ asyncio.run(main()) | |
``` | ||
|
||
#### Output | ||
|
||
 | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
## Support | ||
|
||
For inquiries or support, join our [Telegram Support Group](https://telegram.me/TechZBots_Support) or email [[email protected]](mailto:[email protected]). |