Crawl and download images using Selenium Using python3 and PyQt5. Supported Search Engine: Google, Bing, Baidu. Keywords input from the keyboard or input from line separated keywords list file for batch process. Download image using a customizable number of threads. Fully supported conditional search (eg. filetype:, site:). Switch for Google safe mode. Proxy configuration (socks, HTTP).
Preview video with VLC; use in/out hotkeys; trim with FFMPEG.
...Currently, it's just in Python (no EXE), but it should be easy to run it from Python. From the command prompt, install the dependencies:
pip install wxPython
pip install boto
pip install selenium
pip install google-api-python-client
Then start the program by:
python Trimmer.py
This project is a simpler edition of the Trimmer project by Andy (https://sourceforge.net/projects/trimmer/).