Skip to content

Elifglr3/file-organizer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

File Organizer Tool 🗂️

A simple Python GUI application that helps you organize files in a selected folder by their extensions. For example, .jpg files will be moved into a folder called Jpgs.

Features

  • User-friendly interface using CustomTkinter
  • Organizes files into folders by extension
  • Error handling and status feedback

Requirements

  • Python 3.7+
  • customtkinter library
  • tkinter (comes with Python)

Installation

git clone https://github.com/your-username/file-organizer-tool.git
cd file-organizer-tool
pip install -r requirements.txt
python file_organization.py

About

A simple Python GUI tool that organizes files into folders by their extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages