Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genebit/file-mover
Automatically move multiple files into a destination folder
https://github.com/genebit/file-mover
automation move-files python sorting-files
Last synced: 28 days ago
JSON representation
Automatically move multiple files into a destination folder
- Host: GitHub
- URL: https://github.com/genebit/file-mover
- Owner: genebit
- License: mit
- Created: 2021-05-29T04:59:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T06:33:24.000Z (over 3 years ago)
- Last Synced: 2024-11-25T00:13:32.183Z (28 days ago)
- Topics: automation, move-files, python, sorting-files
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MOVING FILES AUTOMATICALLY
## About
This project automatically moves all files by checking the file's extension or format, and specifically move them to a categorized folderBuilt in Python 3.8.9.
This project uses a library called _'watchdog'_.To install:
`pip install watchdog`## Idea
* Inspired by **Kalle Hallden's** [video](https://www.youtube.com/watch?v=qbW6FRbaSl0&t=130s):
which showcase python automation ideas one of which I recreated on my own and added a few features.