Skip to content

Arranges files by there extension and movie's by their genre

License

Notifications You must be signed in to change notification settings

dhaladitya108/Python-File-Arranger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python File Arranger

This script arranges the files by there extension

OMDB API USED I have included my api key which allows upto 1000 requests

It's speciality is arranging the movie's by there genre😁

Usage

Make sure take atleast Python is installed on your machine and added to path
avoid installing the lastest version

Simply after cloning the rep run the command pip install -r requirement.txt
It's always better if you use a virtual enviroment

To run the script use the command
SRC --.> the path which needs to be arranged, files from this path will be moved from here
DES --> the path where you want the files to be moved

python file_arranger.py  SRC DES

example(windows):- python file_arranger.py C:/Users/Adi/Download/ C:/Users/Adi/Desktop/files/
(linux): python file_arranger.py /home/kana/Videos /home/kana/sorted_files/

Note: remember to put '/' at the end, and the direction of the backslash should be same as the above examples

Releases

No releases published

Packages

No packages published

Languages