The purpose of this Python script is to convert each character from a text file to each cell in an Excel file to properly monitor each string when executing file handling.
Input: A text file containing hex streams.
eg: demo.txt
abcdef
12345
Output: A CSV file converting each hex into a cell.
A | B | C | D | E | F
1 | 2 | 3 | 4 | 5 | 6