A universal link bundler for everyday use
-
Dynamic Link Rows
Add as many URL + custom‑title pairs as you like with a single click. -
Metadata Fetching
Automatically grabs title, image, and price (when available). -
Bundle Manager
On launch, lists all existing bundles in/bundles/with View & Edit actions. -
Persistent Edits
JSON metadata stored alongside each HTML—edit any bundle any time, even after reboot.
Download the repo and run the .exe file
-
Clone the repo
git clone https://github.com/BlackPaw21/Bundler.git cd Bundler -
Install dependencies
pip install -r requirements.txt
-
Run the app
python Bundler.py
-
Create a bundle
- Enter an optional Bundle Name.
- Fill in one or more Link + Custom Title rows.
- Click Generate Bundle.
-
Manage bundles
- Scroll down to Existing Bundles.
- Click View to open the generated HTML.
- Click Edit to tweak URLs or titles (data is pre‑populated).
-
Share
- Each bundle HTML is stored in
bundles/. - Simply send to whoever you want and enjoy an offline collection.
- Each bundle HTML is stored in
MIT © BlackPaw
Feel free to fork, improve, and redistribute!