|
2 | 2 |
|
3 | 3 | ### Project Description |
4 | 4 |
|
5 | | -`macOS_application_speedtest_for_python` is an application designed to check internet |
6 | | -speed on macOS. It allows users to quickly and conveniently measure download and upload |
7 | | -speeds, as well as latency (ping). |
8 | | -Developed based on another project of mine, which you can see at the link on GitHub: |
| 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). |
| 6 | +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 | +The project is built based on another one of my applications, which you can check out on GitHub: |
9 | 8 | [Internet Speed Test](https://github.com/AlexTkDev/different_mini-apps/tree/main/check_internrt_speed) |
10 | 9 |
|
11 | 10 | ### Installation |
@@ -89,10 +88,9 @@ For questions or suggestions, you can reach out to me via [GitHub](https://githu |
89 | 88 | ## Документация к проекту macOS_application_speedtest_for_python |
90 | 89 |
|
91 | 90 | ### Описание проекта |
92 | | -`macOS_application_speedtest_for_python` — это приложение для проверки скорости |
93 | | -интернет-соединения на macOS. Оно позволяет пользователям быстро и удобно измерять |
94 | | -скорость загрузки и выгрузки, а также задержку (ping). |
95 | | -Разработанное на основе другого моего проекта, который вы можете посмотреть по ссылке на GitHub: |
| 91 | +`macOS_application_speedtest_for_python` — это приложение для проверки скорости интернет-соединения на macOS. Оно позволяет пользователям быстро и удобно измерять скорость загрузки и выгрузки, а также задержку (ping). |
| 92 | +В проекте также представлена информация о системе, включая название компьютера, сетевые адаптеры, их IP-адреса и MAC-адреса, отображаемая прямо в окне программы. |
| 93 | +Проект разработан на основе другого моего приложения, которое вы можете посмотреть по ссылке на GitHub: |
96 | 94 | [Internet Speed Test](https://github.com/AlexTkDev/different_mini-apps/tree/main/check_internrt_speed) |
97 | 95 |
|
98 | 96 | ### Установка |
|
0 commit comments