Table of Contents
Hi, my name is Frederik, and I am currently in the final stretch of my computer science studying program in Germany. My programming experience stretches over multiple languages, but most projects have been created in Java. This project is one of my first 'bigger' endeavours into python and as such will have parts that are not very python-ic.
The main reason for creating this is to create a tool that I need myself, but also to learn more about development in python. If you are reading through this code and have suggestions, be it about my code style or a better solution for problems, feel free to create an issue with the "programming advice" label.
You are also welcome to create a fork and suggest a solution via pull request, although it might be necessary to give further explanation/links why your solution might be better.
The PyDownloadManager aims to be a simple download manager with basic capabilities for configuration/usage.
Since the software is not yet usable, here is a list of features that are planned for implementation:
- simple extendable command interface to interact with downloader
- global configuration for speed limit, download folder etc., as well as download specific configurations
- a detachable download process in background that can be watched if necessary
- downloads should be configurable in runtime (e.g. if you want to update your speed limit)
- parallel downloads up to a configurable maximum amount
- download queue
Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: benawi1402
, PyDownloadManager
, twitter_handle
, linkedin_username
, email
, email_client
, project_title
, project_description
All you need is a Python3 installation in your OS.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- [] Feature 1
- [] Feature 2
- [] Feature 3
- [] Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Frederik Maaßen
Project Link: https://github.com/benawi1402/PyDownloadManager