Enhancement: Adding a different thread
- Dominant language
- Python
- Stars
- 18
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
In the #12, I mentioned about an idea of **Downloads Router**.
This issue is an _enhancement_ to the project.
Since this is a _GUI application_, it will be a **heavy software** to keep running in the background. But for _Automation_, the software needs to be kept running in the background. So, it will be better if we create a _different_ **thread** that can be _started_ and _stopped_ by the GUI app. This sole purpose of the thread will be doing the automations that the user chooses for in the GUI app. This thread can also be stopped by the user when not needed.
- [ ] A GUI that let's the user choose the automations available.
- [ ] A thread running in the background that does the actual work.
**Note:** Not sure how to achieve this and would need a team to accomplish this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.