An open API service indexing awesome lists of open source software.

https://github.com/highstimrequired/imgthf

Download all images from a specified web address
https://github.com/highstimrequired/imgthf

Last synced: over 1 year ago
JSON representation

Download all images from a specified web address

Awesome Lists containing this project

README

          

# imgthf
**imgthf** is a Python application that downloads all images from a specified website. With a simple graphical interface, users can input a URL, select a save folder, and download images quickly and efficiently.

---

## Features
- **Simple GUI Interface**: No command lines, no fuss—just an easy-to-use app.
- **Smart Image Extraction**: Scans the webpage and grabs all the images it can find.
- **Flexible URL Handling**: Works with full and relative URLs.
- **Custom Save Locations**: Choose exactly where the images should go.
- **Built-In Error Handling**: Keeps you informed if something goes wrong or no images are found.

---

## Dependencies
The setup.bat script will install all the needed dependencies (including Python itself, if absent) but the required ones are:

- `requests`
- `beautifulsoup4`
- `tkinter`

---

## How to Use
Ready to dive in? Here’s how:
1. Download or clone this repository to your computer.
2. Launch the app by running the "setup.bat" script.
3. Paste in web address.
4. Select desired output folder.
5. ???
6. Profit.

---

## Notes
A couple of things to keep in mind:
- After running setup.bat once you can just use the run.bat script to run it
- Some websites might block automated requests, so imgthf might not work everywhere.
- If a site uses JavaScript to load images, you may need a more advanced tool.

---

## License
Feel free to use, modify, and share imgthf under the MIT License.

---

## Contribution
Feel free to contribute or do whatever you want with it!

---

### Author
Built with ❤️ by [Pickle](https://github.com/HighStimRequired) and powered by Python.