|
2 | 2 |
|
3 | 3 | ### Project Description
|
4 | 4 |
|
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. |
6 | 7 | The project also provides system information, including the computer name, network adapters, their IP addresses, and MAC addresses, displayed directly in the program window.
|
7 | 8 | The project is built based on another one of my applications, which you can check out on GitHub:
|
8 | 9 | [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:
|
41 | 42 | - **Adapter**
|
42 | 43 | - **IP Address**
|
43 | 44 | - **MAC Address**
|
| 45 | +- **View Test History table** |
| 46 | +- **Show graph Test History** |
44 | 47 |
|
45 | 48 | When the application is launched, it will automatically begin testing internet speed.
|
46 | 49 |
|
@@ -91,7 +94,9 @@ For questions or suggestions, you can reach out to me via [GitHub](https://githu
|
91 | 94 | ## Документация к проекту macOS_application_speedtest_for_python
|
92 | 95 |
|
93 | 96 | ### Описание проекта
|
94 |
| -`macOS_application_speedtest_for_python` — это приложение для проверки скорости интернет-соединения на macOS. Оно позволяет пользователям быстро и удобно измерять скорость загрузки и выгрузки, а также задержку (ping). |
| 97 | +`macOS_application_speedtest_for_python` — это приложение для проверки скорости |
| 98 | +интернет-соединения на macOS. Оно позволяет пользователям быстро и удобно измерять скорость |
| 99 | +загрузки и выгрузки, задержку (ping), а также истории замеров скорости. |
95 | 100 | В проекте также представлена информация о системе, включая название компьютера, сетевые адаптеры, их IP-адреса и MAC-адреса, отображаемая прямо в окне программы.
|
96 | 101 | Проект разработан на основе другого моего приложения, которое вы можете посмотреть по ссылке на GitHub:
|
97 | 102 | [Internet Speed Test](https://github.com/AlexTkDev/different_mini-apps/tree/main/check_internrt_speed)
|
@@ -130,6 +135,8 @@ python main.py
|
130 | 135 | - **Адаптер** (Adapter)
|
131 | 136 | - **IP Адрес** (IP Address)
|
132 | 137 | - **MAC Адрес** (MAC Address)
|
| 138 | +- **Показать таблицу истории** (View Test History table) |
| 139 | +- **Показать график измерений** (Show graph Test History) |
133 | 140 |
|
134 | 141 | При запуске приложения оно автоматически начнет тестирование скорости интернета.
|
135 | 142 | #### Сборка приложения
|
|
0 commit comments