Splitting one multi fasta file into multiple files with only one sequence each using the sequence IDs as file names.
python split_multi_fasta.py /path/to/fasta/file
For testing purpose, there is a file in example folder with name test.fasta which has 4 sequences. For your better understanding, you can use test.fasta to know how this tool works.