Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages