Skip to content

PrathmeshGoje/File-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository include 2 python files to perform operations on files and directories.

1. File sorter

The first file creates floders and sort the files based on there extenstions. It uses Python OS module to perform os related task and shutil module to move files into the directory.

2. Season-Episode extractor

The second file strip the "SXXEXX" format for all the files in the given repository and rename them removing all other thinks in the name, it keeps the file format as it is. It uses Python OS module to perform os related task, RE module to use regular expressions to strip the required data and Python tinkter for GUI purpose.

About

Python files to perform sorting files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages