mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
14 lines
251 B
Markdown
14 lines
251 B
Markdown
|
## CSV to Excel
|
||
|
|
||
|
This programme writes the data in any Comma-separated value file (such as: .csv or .data) to a Excel file.
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
Install the required libraries:
|
||
|
|
||
|
$ pip install -r requirements.txt
|
||
|
|
||
|
After that run with:
|
||
|
|
||
|
$ python main.py
|