Browse all prompts

Documentary Photo of African Village Scene

A programmatic prompt structure for generating a documentary-style photograph of a young African woman stirring a pot over a fire in a lush rural village. It specifies the environment (mud huts, thatched roofs, tall trees) and technical details (50mm lens, natural sunlight, ultra-realistic fidelity).

Prompt

class ImageGenerator:
    def __init__(self):
        self.base_style = "Documentary Photography"
        self.lens_profile = "50mm prime lens"

    def generate_village_scene(self):
        prompt_config = {
            "subject": {
                "actor": "Young African woman",
                "attire": "patterned wrapper and headscarf",
                "action": "stirring a pot with a wooden spoon over a three-stone fire"
            },
            "environment": {
                "location": "Lush rural African village",
                "elements": ["mud huts", "thatched roofs", "tall green trees"],
                "background": "children playing happily",
                "atmosphere": "clean natural environment"
            },
            "technical_specs": {
                "lighting": "Natural sunlight",
                "fidelity": "Ultra-realistic, high detail",
                "style": self.base_style,
                "optics": self.lens_profile
            }
        }
        return prompt_config

# Initialize the generator
session = ImageGenerator()
print(session.generate_village_scene())

Images

Prompt source
Updated
Feb 5, 2026
Source
X Post
Try upstream
License

CC BY 4.0. Prompt pages keep the original attribution and source links from the upstream gallery records stored in the database.

Related prompts

Browse all prompts
Wacky flowchart for toasting bread - Image 1
X PostNov 20, 2025
A fun prompt to generate a wildly overcomplicated flowchart explaining how to toast bread, ideal for humorous instructional posters.
Ethan Mollick
Space shuttle diagram in space - Image 1
X PostNov 20, 2025
Generates a diagram-style image of a space shuttle in outer space, useful for educational or illustrative content.
Nano Banana Pro
X Post
X PostNov 20, 2025
A simple product photography prompt placing the subject neatly on top of a stone for clean, minimalistic 4K product shots.
Azer Koçulu
Bosch-inspired Harrowing of Hell follower scene - Image 1
X PostNov 21, 2025
An art-history-inspired prompt to generate a scene in the style of a follower of Jheronimus Bosch depicting Christ in Limbo, the Harrowing of Hell.
@levelsio