File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ The Network Bandwidth Monitor is a Python-based program that allows you to monit
41
41
1 . Clone or download this repository to your local machine.
42
42
2 . Navigate to the project directory:
43
43
```
44
- cd network_monitor
44
+ cd Bandwidth_Monitor
45
45
```
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.
47
47
4 . Create an executable (.exe) file using PyInstaller:
48
48
```
49
- pyinstaller --onefile network_monitor .pyw
49
+ pyinstaller --onefile Bandwidth_Monitor .pyw
50
50
```
51
51
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.
53
53
54
54
## Usage
55
55
@@ -61,7 +61,7 @@ The Network Bandwidth Monitor is a Python-based program that allows you to monit
61
61
62
62
To automatically start the Network Bandwidth Monitor when your computer boots up:
63
63
64
- 1 . Create a shortcut of the ` network_monitor .exe` file.
64
+ 1 . Create a shortcut of the ` Bandwidth_Monitor .exe` file.
65
65
2 . Paste the shortcut into the Startup folder (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp).
66
66
3 . The program will now start automatically every time your computer starts.
67
67
You can’t perform that action at this time.
0 commit comments