Simple Python script to arrange and disarrange files
python 3.8.2
Make sure that the python script, test and output are under same directory.
$python arrange.py test
Run this command to arrange the files.
Test - directory which has all the files.
Ouput - files are copied and arranged in this directory.
Make sure that the python script, test and output are under same directory.
$python disarrange.py test output
Run this command to arrange the files.
Test - directory which has all the files.
Ouput - files are copied and disarranged in this directory.