Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickderobertis/py-process-files

Python local file process tracker
https://github.com/nickderobertis/py-process-files

Last synced: about 3 hours ago
JSON representation

Python local file process tracker

Awesome Lists containing this project

README

        

# processfiles

## Overview

Use this tool to select files of given file types in a folder, and track whether these files have been processed,
regardless of whether the script needs to be run multiple times. Stores progress on the files as a text file in the
same folder, so that a long-running operation on many files can be resumed where it left off if it was stopped.
It will also automatically estimate time to completion.

## Links

See the example
[generated documentation here.](https://nickderobertis.github.io/py-process-files/)