Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justinleemans/pystander

A python script to observer a directory and move all content to another location
https://github.com/justinleemans/pystander

automation filesystem observer python python3

Last synced: 15 days ago
JSON representation

A python script to observer a directory and move all content to another location

Awesome Lists containing this project

README

        

# Pystander

Get it? Bystander but python. Pystander is a small and simple python script to observer a directory and move all content to another directory

# Quick start

To run the script simple run it with two parameters, the source directory and the target directory. The source directory is a path to the folder that you want to observer and the target directory is a path to the folder that you want to move the content to.

```
python app.py
```

That's it, Pystander is now observing the source folder and moving all files that get added to it.