Skip to content

CharbelHanna/PhotoShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



 ______   _                            ______  _             _   _  
(_____ \ | |              _           / _____)| |           | | | | 
 _____) )| |__    ___   _| |_   ___  ( (____  | |__   _____ | | | | 
|  ____/ |  _ \  / _ \ (_   _) / _ \  \____ \ |  _ \ | ___ || | | | 
| |      | | | || |_| |  | |_ | |_| | _____) )| | | || ____|| | | | 
|_|      |_| |_| \___/    \__) \___/ (______/ |_| |_||_____) \_) \_)
                                                                    
     > PhotoShell β€” your camera meets PowerShell ⚑

πŸ“Έ PhotoShell

A PowerShell module to organize, rename, and enhance your photos β€” right from your shell.

PhotoShell helps photographers and enthusiasts automate their photo workflow: from importing and renaming files based on EXIF data to applying creative touches like framing and metadata editing.
Designed for simplicity, automation, and flexibility β€” all in PowerShell.


πŸš€ Features

βœ… Import photos from a folder, camera, or SD card βœ… Rename files automatically using EXIF data (date, model, location, etc.)
βœ… Planned features:

  • Create custom naming templates
  • Manage metadata (EXIF, IPTC, XMP)
  • Apply frames or borders
  • Batch resize and export
  • Add watermarks or captions
  • Integrate with Lightroom or cloud drives

πŸ’» Installation

# Install from the PowerShell Gallery (coming soon)
Install-Module PhotoShell

# Or import manually
Import-Module .\PhotoShell.psd1

βš™οΈ Usage Examples

# Import all photos from a folder

Import-Photos -Source "D:\DCIM" -Destination "C:\Pictures\"

## 🧠 Requirements

* PowerShell 7.0+

* Windows, macOS, or Linux

* exiftool

## πŸ› οΈ Contributing

Contributions are welcome!
If you’d like to suggest features, fix bugs, or improve documentation:

1. Fork the repo

2. Create a feature branch

3. Submit a pull request

## πŸ“„ License

This project is licensed under the MIT License β€” feel free to use and adapt it.

About

Automate your photography workflow with PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors