Skip to content

Commit a774c88

Browse files
authored
Added README
1 parent fe1a0c5 commit a774c88

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CSV_to_JSON/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CSV to JSON converter
2+
A python script that converts the csv file into json
3+
4+
# Usage
5+
Make sure you have python 3 or higher, that's it.
6+
7+
## Files
8+
before<br/>
9+
![before](https://github.com/TechBoyy6/Python-scripts-collection/blob/master/CSV_to_JSON/img/before.jpg)<br/>
10+
11+
## CLI interface
12+
![image](https://github.com/TechBoyy6/Python-scripts-collection/blob/master/CSV_to_JSON/img/CLI.jpg)
13+
14+
## Files
15+
After<br/>
16+
![after](https://github.com/TechBoyy6/Python-scripts-collection/blob/master/CSV_to_JSON/img/after.jpg)
17+
18+
## Contact
19+
<a href="https://twitter.com/MoiZ__2001?s=08">
20+
<img align="left" alt="Moiz's Twitter" width="22px" src="https://seeklogo.com/images/T/twitter-2012-positive-logo-916EDF1309-seeklogo.com.png"/>
21+
</a>

0 commit comments

Comments
 (0)