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.
os
, openpyxl
git clone https://github.com/bhyman67/Generating-Picture-Inventory.git
pip install openpyxl
python Generate_Picture_Inventory.py
The generated Excel file will include:
Click here to view the code in this project's repository