File | Date | Author | Commit |
---|---|---|---|
assets | 2025-05-30 |
![]() |
[cd3b8b] add files in rep |
screenshots | 2025-05-30 |
![]() |
[cd3b8b] add files in rep |
translations | 2025-05-30 |
![]() |
[cd3b8b] add files in rep |
LICENSE | 2025-05-30 |
![]() |
[f52ff5] Initial commit |
README.md | 2025-05-30 |
![]() |
[48bb16] Update README.md |
main.py | 2025-05-30 |
![]() |
[cd3b8b] add files in rep |
PIDM is a powerful and modern internet download manager written in Python using PySide6 (Qt). It features advanced queue handling, browser extension integration, metadata prefetching, resume support, and a clean, theme-aware GUI.
Download the latest release from the Releases page.
Clone the repo:
bash
git clone https://github.com/yourusername/pidm-download-manager.git
cd pidm-download-manager
Install dependencies:
bash
pip install -r requirements.txt
Run the app:
bash
python main.py
requirements.txt
PIDM supports multiple languages. You can contribute via .ts
and .qm
files under assets/translations
.
MIT License © Saeed Masoudi
Pull requests, bug reports, and feature suggestions are welcome!
git checkout -b feature/your-feature
git commit -m "Add new feature"
git push origin feature/your-feature
For feedback or bug reports, open an issue or reach out via GitHub Discussions.