This Python script helps organize files in a specified directory by categorizing them based on their extensions.
-
Clone the repository:
git clone https://github.com/talitarolin/file-organizer-script.git
-
Navigate to the folder where you want to organize files:
cd <your-directory>
-
Run the script:
python organizador1_de_arquivos.py
-
Enter the path of the folder to be organized when prompted.
- Categorizes files based on their extension (e.g., images, documents, etc.).
- Creates folders for different file types.
- Moves files into the appropriate folders automatically.
This project is licensed under the MIT License - see the LICENSE file for details.