Skip to content

Commit f771db4

Browse files
committed
doc: update documentations
1 parent b390d64 commit f771db4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### Project Description
44

5-
`macOS_application_speedtest_for_python` is an application for testing internet connection speed on macOS. It allows users to quickly and easily measure download and upload speeds, as well as latency (ping).
5+
`macOS_application_speedtest_for_python` is an application for testing internet connection
6+
speed on macOS. It allows users to quickly and easily measure download and upload speeds, latency (ping), as well as the history of speed measurements.
67
The project also provides system information, including the computer name, network adapters, their IP addresses, and MAC addresses, displayed directly in the program window.
78
The project is built based on another one of my applications, which you can check out on GitHub:
89
[Internet Speed Test](https://github.com/AlexTkDev/different_mini-apps/tree/main/check_internrt_speed)
@@ -41,6 +42,8 @@ The application features a simple and intuitive interface where you can view:
4142
- **Adapter**
4243
- **IP Address**
4344
- **MAC Address**
45+
- **View Test History table**
46+
- **Show graph Test History**
4447

4548
When the application is launched, it will automatically begin testing internet speed.
4649

@@ -91,7 +94,9 @@ For questions or suggestions, you can reach out to me via [GitHub](https://githu
9194
## Документация к проекту macOS_application_speedtest_for_python
9295

9396
### Описание проекта
94-
`macOS_application_speedtest_for_python` — это приложение для проверки скорости интернет-соединения на macOS. Оно позволяет пользователям быстро и удобно измерять скорость загрузки и выгрузки, а также задержку (ping).
97+
`macOS_application_speedtest_for_python` — это приложение для проверки скорости
98+
интернет-соединения на macOS. Оно позволяет пользователям быстро и удобно измерять скорость
99+
загрузки и выгрузки, задержку (ping), а также истории замеров скорости.
95100
В проекте также представлена информация о системе, включая название компьютера, сетевые адаптеры, их IP-адреса и MAC-адреса, отображаемая прямо в окне программы.
96101
Проект разработан на основе другого моего приложения, которое вы можете посмотреть по ссылке на GitHub:
97102
[Internet Speed Test](https://github.com/AlexTkDev/different_mini-apps/tree/main/check_internrt_speed)
@@ -130,6 +135,8 @@ python main.py
130135
- **Адаптер** (Adapter)
131136
- **IP Адрес** (IP Address)
132137
- **MAC Адрес** (MAC Address)
138+
- **Показать таблицу истории** (View Test History table)
139+
- **Показать график измерений** (Show graph Test History)
133140

134141
При запуске приложения оно автоматически начнет тестирование скорости интернета.
135142
#### Сборка приложения

0 commit comments

Comments
 (0)