Awesome-Python-Scripts/Basic-Scripts/Dat_to_CSV at master · 1305Tanmay/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Dat to CSV

This simple script can be used to convert files in ".dat" format to ".csv" format.

How to use this script?

1.Install the required libraries by:

pip install -r requirements.txt

  1. Open your command prompt in the directory of the script and type the following:

python dat_to_csv.py -l <your_data-file>

Example:

python dat_to_csv.py -l awesome.dat