Skip to content

Commit 9758942

Browse files
Update README.md
1 parent 7db60e9 commit 9758942

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ The Network Bandwidth Monitor is a Python-based program that allows you to monit
4141
1. Clone or download this repository to your local machine.
4242
2. Navigate to the project directory:
4343
```
44-
cd network_monitor
44+
cd Bandwidth_Monitor
4545
```
46-
3. Save the `network_monitor.py` file with a `.pyw` extension. This prevents the console window from opening when the program is launched.
46+
3. Save the `Bandwidth_Monitor.py` file with a `.pyw` extension. This prevents the console window from opening when the program is launched.
4747
4. Create an executable (.exe) file using PyInstaller:
4848
```
49-
pyinstaller --onefile network_monitor.pyw
49+
pyinstaller --onefile Bandwidth_Monitor.pyw
5050
```
5151
5. A `dist` directory will be created containing the executable file.
52-
6. To run the program, double-click the generated `network_monitor.exe` file.
52+
6. To run the program, double-click the generated `Bandwidth_Monitor.exe` file.
5353

5454
## Usage
5555

@@ -61,7 +61,7 @@ The Network Bandwidth Monitor is a Python-based program that allows you to monit
6161

6262
To automatically start the Network Bandwidth Monitor when your computer boots up:
6363

64-
1. Create a shortcut of the `network_monitor.exe` file.
64+
1. Create a shortcut of the `Bandwidth_Monitor.exe` file.
6565
2. Paste the shortcut into the Startup folder (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp).
6666
3. The program will now start automatically every time your computer starts.
6767

0 commit comments

Comments
 (0)