A filter that separates files in videos, audios, documents, images and others into folders.
To begin, make a copy of this project running on your local machine for testing.
First, you must have python installed on your machine, the version is:
Python 3.x
Follow the step-by-step instructions to run the program and test.
Installing Python 3 with pip.
Then, install the pathvalidate via terminal:
pip install pathvalidate
After that, also install pyinstaller:
pip install pyinstaller
To run a test, call the script:
python actions.py
Feel free to submitting pull requests to us.