Cool Downloader is a Python-based command-line tool for downloading files with a progress bar. Users can input the download link and save path, and the program handles the download while displaying a progress bar and completion messages.
- Download files from a provided URL
- Display a progress bar with download percentage
- Notify users upon download completion or error
- Simple and user-friendly interface
Cool Downloader is a versatile tool designed to simplify the process of downloading files from the internet while providing visual feedback through a progress bar.
MIT License
- Python 3.x
requests(install usingpip install requests)tqdm(install usingpip install tqdm)
Fork the repository. Create a new branch (git checkout -b feature/YourFeature). Commit your changes (git commit -m 'Add some feature'). Push to the branch (git push origin feature/YourFeature). Open a pull request.
Support If you have any questions or need support, please open an issue on GitHub or contact us at kiamarsnazaridehkordi@gmail.com or call +989903390280.
Clone the repository:
git clone https://github.com/YourUsername/CoolDownloader.git
cd CoolDownloader
pip install -r requirements.txt
chmod +x Cool_Downloader.py
python cool_downloader.py