Skip to content

A CyberDrop.me Downloader with modern GUI and multithreading based on PySide6

License

Notifications You must be signed in to change notification settings

magnusjwatson2786/CyberDropMe-dl

Repository files navigation

CyberDropMe-dl

A multithreaded downloader for your CyberDrop files

Made using Python and PySide6

Features

  • Multithreading
  • Modern GUI
  • Dark-Themed
  • Logging

Screenshots

Alt text

Dependencies

Run

To run this program, clone it to your local machine using:

git clone https://github.com/magnusjwatson2786/CyberDropMe-dl.git

then cd to the repo directory and hit:.

python -m pip install -r requirements.txt --user
python xt.py

Or just double-click on the start.bat file to run.

Note: Mac OS X / Linux users may need to run the following before executing the script.

chmod +x start.sh

Build

To build this script as an executable, cd to the repo dir on your terminal and hit:

python setup.py build

Usage

  1. Paste the album URLs in separate lines.

  2. Select a download folder (Optional).

  3. Hit Add.

Simple as that!

License

MIT

Free Software, Hell Yeah!

Happy Coding!