Skip to content

Python script to organize files in a folder according to their file type

Notifications You must be signed in to change notification settings

krototype/File-Organiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

File Organiser

This is a program written in python, which helps in organising files in any folder on the basis of file type.

How to run?

  • You have to have python installed on your PC.
  • Open Command Prompt
  • Go to the file location
  • Type: python file organiser.py --(location of the folder if you want to)
  • Press enter

Output:

If you have entered any argument(folder) while running then that folder would be organised. Else you can modify your code , so that it runs for certain default folder.

Modules used:

  • os
  • re(regex)
  • sys

About

Python script to organize files in a folder according to their file type

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages