Skip to main content

A library to quickly get or download images from the internet.

Project description

GETENMAGEN — Advanced Image Downloader & Viewer

An efficient, flexible, and robust open-source library designed to automate image downloading using Bing scraping capabilities with full configuration control.

📌 Introduction

Hello! Thank you for using getenmagen. This library was developed to provide an intuitive and powerful way to build image datasets or feed visual interfaces directly from the terminal.

⚠️ Author Responsibility: This library was created for automation and educational purposes. The author is not responsible for any malicious use or scraping violations.


🛠️ Documentation & Architecture

The library is built around an Object-Oriented design, featuring two main classes: Downloader (which handles execution) and Defaults (which handles global configuration states).

1. Initialization & Custom Directory

By default, the library saves downloaded assets in your module's local directory. You can instantiate the downloader and define a custom root storage folder:

from getenmagen.core import Downloader

# Instantiates the downloader with a custom storage path
downloader = Downloader(default_save_dir="my_custom_folder")

2. Executing Downloads (The download Method)

The core execution method is .download(). It accepts four parameters:

  • query (str): The search term or keyword for the images (Required).
  • save_dir (str, optional): Overrides the instance default storage folder for this specific execution.
  • qt (int, optional): Number of images to fetch. Bound between 1 and 16.
  • cooldown (float, optional): Seconds to pause between image display popups.

Example Usage:

downloader.download(query="cyberpunk triangle", qt=5, cooldown=1.5)

3. Runtime Mutability & Global Configurations

The Defaults class allows you to dynamically mutate configuration states globally without modifying your core execution scripts.

Example Usage:

from getenmagen.defaults import Defaults
from getenmagen.core import Downloader

# Initialize global configuration
config = Defaults()
config.set_default("min_qt", 8) # Mutates the state dynamically

# Pass the mutability object to the downloader
downloader = Downloader(defaults_obj=config)

🚨 Error Handling

getenmagen comes equipped with explicit, strictly typed custom exceptions to help you build safer scripts:

DownloadImageError: Raised when network connections fail or the search query yields 0 results.

ShowImageError: Raised when the Operating System image viewer cannot be initialized or fails to open.

InvalidImageError: Raised if corrupted or broken file formats are intercepted during execution.

📄 License & Contribution Distributed under the MIT License. Feel free to open Issues or submit Pull Requests on our official page!

Official Project Page: https://pypi.org/project/getenmagen/

Thank you for using getenmagen! Happy coding ;)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getenmagen-0.2.5.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

getenmagen-0.2.5-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file getenmagen-0.2.5.tar.gz.

File metadata

  • Download URL: getenmagen-0.2.5.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for getenmagen-0.2.5.tar.gz
Algorithm Hash digest
SHA256 afe103c0895ac2855ab8167845fe1abeac4f0710f7c67c67ec356336c10c8924
MD5 ca0e39f2cf5f3f6c12e93bd51153aca7
BLAKE2b-256 3eb0980e7117661771ecf5502c94f6fc7bc8f49d9f214083e53ce0dd80587cdb

See more details on using hashes here.

File details

Details for the file getenmagen-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: getenmagen-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for getenmagen-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6a6dd4d4d117e2cd7388cc684611ebf4f4a7d1f084ba4181c998bbfb6c446c8e
MD5 9d60f2703a78931f95c0e710a36b9a94
BLAKE2b-256 84993a3e6e931f3b3f7a207f0b62e7f2310229fddb6cefb8c1a6749aca032f4c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page