Skip to content

gurppt/darktan-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

darktan-toolbox

darktan_toolbox_logo

A collection of Python scripts for various production-related tasks, including bulk video conversion, archive extraction, file rearrangement, and PSD manipulation. Some scripts are very specific and only useful for the production they were created for. This repository mainly serves as a backup of various scripts and snippets, which may be slightly modified in the future to make these tools more universal.

Python 3.1 or higher is required on the machines.

For Windows 10 :

setx PATH "%PATH%;C:\Users\yourusername\bin"

check with : echo %PATH%

The "bin" folder contains shims to the scripts, like this :

import runpy, sys sys.argv = [r"B:\app\scripts\darktan.py"] + sys.argv[1:] runpy.run_path(r"B:\app\scripts\darktan.py", run_name="main")

Scripts and shims can be managed with darktan.py

darktan list for showing all the scripts installed

image

//WIP - edit later

About

A collection of Python scripts for various production-related tasks, including bulk video conversion, archive extraction, file rearrangement, and PSD manipulation. See README.md for details.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages