File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CSV and JSON Converter CLI app build with [Python Fire library](https://github.c
44
55CLI app included in distribution folder (dist/py-csv-json-cli.exe)
66
7- ![ ] ( https://github.com/afif-dev/py-cryptography- cli/blob/main/py-cryptography- cli-ss-encrypt .png )
7+ ![ ] ( https://github.com/afif-dev/py-csv-json- cli/blob/main/py-csv-json- cli-ss.png )
88
99
1010## Basic Usage
@@ -17,11 +17,14 @@ py py-csv-json-cli --help
17172 . Covert CSV to JSON
1818```
1919py py-csv-json-cli csvtojson car-models.csv
20+
2021* Note: example of csv file is car-models.csv
2122```
22233 . Covert JSON to CSV
2324```
2425py py-csv-json-cli jsontocsv csvtojson-1652043963.json
26+
27+ * Note: example of json file is csvtojson-1652043963.json
2528```
2629
2730## Setup for Local Development
@@ -64,5 +67,5 @@ deactivate
6467- https://github.com/google/python-fire
6568- https://pyinstaller.org/en/stable/usage.html
6669- https://www.geeksforgeeks.org/convert-csv-to-json-using-python/
67- - https://www.geeksforgeeks.org/convert-json-to-csv-in-python/?ref=lbp
70+ - https://www.geeksforgeeks.org/convert-json-to-csv-in-python/
6871
You can’t perform that action at this time.
0 commit comments