menon92 / ArrangeFiles

arrange you files like images, pdf, code , text, doc, archives, audio, videos and so on..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a command line python program that takes a valid directory like /home/user/somedirectory/ and arrange all the files under this directory.

Dependency

  • Python 2.7.6
  • If you just change the print statement of this code
  • then you can run this code in
  • Python 3 slso

Usages

To use this command line python program you just open the terminal Ctrl + Alt + T and you can use the following commands

  • python arrange.py [-h] -p PATH
  • Example : python arrange.py -p /home/user/Downloads
  • or python arrange.py --path /home/menon/Downloads

optional arguments

  -h, --help            # show this help message and exit
  -p PATH, --path PATH  # Give a valid path/directory location

Demo - 1

Before run this code my Downloads directory looks like, Before

After run this code Downloads directory is, After

Demo - 2

You can also see this youtube demo

Alt text

Issue Tracking

If you find any bug, please open a new issue with details at https://github.com/menon92/ArrangeFiles/issues

Thanks

About

arrange you files like images, pdf, code , text, doc, archives, audio, videos and so on..


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%