Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 95bf21e

Browse files
committed
added README.md and sample files
1 parent f7cafa0 commit 95bf21e

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Python script that provides the download and upload speed of your Wifi
2+
A Python script that converts JSON file to Excel (xlsx) file.
3+
4+
### Prerequisites
5+
You will have to install pandas
6+
The installation commands are provided in requirements.txt
7+
8+
### How to run the script
9+
First you need to go to the JSONtoExcel directory.
10+
11+
```cd Scripts/Miscellaneous/Wifi_Speed```
12+
13+
Do the changes required (like changing the file names or content). And then run the following command once you are in project directory
14+
15+
```python3 JSONtoEXCEL.py```
16+
17+
18+
### Screenshot/GIF showing the sample use of the script
19+
Sample file sampleData.json gives the file exported_json_data.xlsx .
20+
21+
## *Author Name*
22+
Meghana Varanasi
8.29 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Requirements :
2+
Pandas (Data Manipulation Library. Install : pip install pandas)

0 commit comments

Comments
 (0)