Metadata-Version: 2.1
Name: dd_tools
Version: 0.0.1
Summary: Download images from Google search
Home-page: https://github.com/piggaga/dd-tools
Author: 豬嘎嘎
Author-email: piggaga.company@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: rich

# Google Image Downloader

這是一個用於從 Google 搜尋下載圖片的 Python 模組。


## 安裝

使用 pip 安裝：

```sh
pip install dd-tools



```python
from dd-tools import download_google_images

download_google_images("query", num_images)


- 下載指定搜尋詞的圖片
- 指定下載圖片的數量


- 豬嘎嘎 (@piggaga)

"# dd-tools" 
