Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

photoshell/photoREPL

Repository files navigation

photoREPL

photoREPL is an experimental UI build around the rawkit (docs) raw photo editing library for Python.

photoREPL drops you at a Python prompt, with a few custom functions and a copy of rawkit imported, and spawns a preview window for any photos you edit. As you make changes to your photos, the image in the preview window is updated to reflect those changes, giving you near real time editing directly from Python without a lot of extra update calls!

To run try:

make run

or run it directly:

python -i -m photorepl [some_raw_photos]

you can also install it via pip:

pip install photorepl

About

An experimental Python REPL for editing Photos

Resources

License

Stars

Watchers

Forks

Packages

No packages published