mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-27 22:11:07 +00:00
10 lines
429 B
Markdown
10 lines
429 B
Markdown
|
# PyRecorder
|
||
|
A python script that converts the csv file into json
|
||
|
## CLI interface
|
||
|
![image](https://github.com/TechBoyy6/Awesome-Python-Scripts/blob/CSVtoJSON/csv_to_json/img/CLI.jpg)
|
||
|
## Files
|
||
|
before<br/>
|
||
|
![before](https://github.com/TechBoyy6/Awesome-Python-Scripts/blob/CSVtoJSON/csv_to_json/img/before.jpg)<br/>
|
||
|
After<br/>
|
||
|
![after](https://github.com/TechBoyy6/Awesome-Python-Scripts/blob/CSVtoJSON/csv_to_json/img/after.jpg)
|