This can be done with Python. It allows you to track your data usage.
- Click the "code" button on the right side of the repository page (if available).
- Click "Download ZIP" to download the code.
-
Open your terminal.
-
Navigate to the desired directory where you want to clone the code.
-
Type the following command and press Enter:
git clone https://github.com/y-amila-nirmal/network-usage-counter.git
-
This will clone the repository into a new directory named "network-usage-counter".
-
Navigate into the cloned directory:
cd network-usage-counter
- Run the script using Python:
python .\main.py
- Make sure you have Git installed on your system if you choose the cloning method.
- The
.py
extension aftermain.py
might not be necessary depending on your system setup.