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: 11 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T06:33:24.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T22:12:49.434Z (over 1 year 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 folder
Built 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.