Picture Inventory Generator

This Python script automates the process of creating an inventory of image files. It searches for all picture files in a specified directory and outputs their names, locations, and clickable links into an Excel file. I used GitHub Copilot to help me develop this.

Example Image

Features

Requirements

Usage

  1. Clone this repository:
     git clone https://github.com/bhyman67/Generating-Picture-Inventory.git
    
  2. Install required libraries:
     pip install openpyxl
    
  3. Run the script:
     python Generate_Picture_Inventory.py
    
  4. Follow the prompts to specify the directory for scanning and where to save the Excel file.

Output

The generated Excel file will include:

Example

Screenshot

Click here to view the code in this project's repository