Skip to content

Instantly share code, notes, and snippets.

View doct0rX's full-sized avatar
🎯
Calculated.

Mustafa doct0rX

🎯
Calculated.
View GitHub Profile
@doct0rX
doct0rX / iterm-fish-fisherman-meslo-osx.md
Created June 29, 2018 12:55 — forked from ghaiklor/iterm-fish-fisherman-meslo-osx.md
iTerm 2 + fish + fisherman + Material Design + Meslo
@doct0rX
doct0rX / photoBoothOriginal.py
Last active June 2, 2018 08:03
This Script is For saving the original Photos from effected photos after you import them somewhere. you Can run the sript by placing it into the directory of the Photo Booth Photos and execute it by openning terminal and moving to the current directory and type: ```python3 photoBoothOriginl.py```
"""
This Script is For saving the original Photos from affected photos after you import them somewhere.
you Can run the sript by placing it into the directory of the Photo Booth Photos and execute it by openning terminal and moving to the current directory and type: python3 photoBoothOriginl.py
"""
import os
directoryPath = "." # This is the current directory you leave it as a dot (".") if you placed the file at the same photos directory.