File-Organizer Code
A simple Python script that allows users to organize their files
Brought to you by:
fkdevelopers254
File | Date | Author | Commit |
---|---|---|---|
README.md | 2025-01-30 |
![]() |
[11d35d] Update README.md |
file-organizer.py | 2025-01-30 |
![]() |
[59b761] Create file-organizer.py |
A simple Python script that allows users to organize their files by creating folders and renaming them based on custom rules.
python import os from PIL import Image, ImageTk import tkinter as tk from tkinter import filedialog, messagebox, ttk import json
git clone https://github.com/your-username/file-organizer.git
python file_organizer.py
in your terminal/command promptThe script loads configuration data from a JSON file named config.json
in the root directory of your repository.
Configurations
.jpg
, .jpeg
, .png
, .gif
, .bmp
, .svg
.pdf
, .docx
, .txt
, .xlsx
, .pptx
, .csv
.mp4
, .mkv
, .mov
, .avi
, .flv
.mp3
, .wav
, .aac
, .flac
.zip
, .rar
, .tar
, .gz
.py
, .js
, .html
, .css
, .java
, .cpp
You can customize the script by editing the config.json
file to add or modify rules for renaming files. The available options are:
This software is licensed under the MIT License (see LICENSE file).
git commit -m "brief description of change"