Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

File Automation Program

This is a simple Python script that helps organize files in a directory by sorting them into folders based on file type (documents, images, videos, executables, etc.).

It is useful when a folder (like Downloads) gets cluttered with many different kinds of files.


What this program does

  • Scans a given directory
  • Identifies file types
  • Moves files into appropriate folders automatically
  • Works on Windows, macOS, and Linux
  • Uses only built-in Python modules

Requirements

  • Python 3 installed on your system
    (No external libraries required)

How to run

Windows

python main.py

About

This program searches through the specifies directory and then arranges them according to file types

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors