Skip to content

sangchengfang/row_and_column

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

row_and_column

Read in a file and switch between row and olumn

row2cloumn.py

Finish of the first version.

This script uses a dictionary to store the whole file, it can handle the command parameters and creates the output file in the same path of input file

Usage

python3 row2column.py input_file_name output_file_name

Test examples

python3 row2column.py ./test/r2c_input.dat r2c_output.dat python3 row2column.py /test/r2c_input.dat r2c_output.dat

About

Read in a file and switch between row and olumn

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages