|
1 | | -# NurOS-Hello |
| 1 | +NurOS-Hello — это приветственное приложение для новой и независимой операционной системы NurOS, основанной на Linux. Это приложение предоставляет пользователям информацию о системе и возможность продолжить взаимодействие с NurOS. |
| 2 | + |
| 3 | +## Описание |
| 4 | + |
| 5 | +NurOS — это минималистичная и чистая дистрибуция Linux, которая позволяет пользователям работать с их любимыми программами, такими как FreeOffice, OBS Studio, Blender и Google Chrome, с комфортом и высокой производительностью. Мы, разработчики из небольшой компании, стремимся учитывать потребности пользователей и предоставляем возможность устанавливать и удалять пакеты из системы. |
| 6 | + |
| 7 | +## Функциональность |
| 8 | + |
| 9 | +- Приветственное окно с информацией о NurOS. |
| 10 | +- Кнопка для продолжения взаимодействия с системой. |
| 11 | +- Ссылки на официальные ресурсы, такие как Telegram, GitHub и основной сайт. |
| 12 | + |
| 13 | +## Установка |
| 14 | + |
| 15 | +Для работы с проектом необходимо установить зависимости. Используйте requirements.txt для установки необходимых библиотек. |
| 16 | + |
| 17 | +pip install -r requirements.txt |
| 18 | + |
| 19 | +## Запуск |
| 20 | + |
| 21 | +Для запуска приложения выполните следующую команду: |
| 22 | + |
| 23 | +python nuroshello.py |
| 24 | + |
| 25 | +## Используемые технологии |
| 26 | + |
| 27 | +- Python |
| 28 | +- PyQt6 |
| 29 | + |
| 30 | +## Ссылки |
| 31 | + |
| 32 | +- [Telegram (@nuros_tg)](https://t.me/nuros_tg) |
| 33 | +- [GitHub](https://github.com/nuros-linux) |
| 34 | +- [Основной сайт](https://nuros.anmitali.kz) |
| 35 | + |
| 36 | +## Лицензия |
| 37 | + |
| 38 | +Этот проект лицензирован под лицензией [GNU General Public License v3.0 (GPL-3.0)](https://www.gnu.org/licenses/gpl-3.0.html). Вы можете свободно использовать, изменять и распространять этот проект, при условии, что вы соблюдаете условия данной лицензии. |
| 39 | + |
| 40 | +--- |
| 41 | + |
| 42 | +# NurOS-Hello (English) |
| 43 | + |
| 44 | +NurOS-Hello is a welcome application for the new and independent operating system NurOS, based on Linux. This application provides users with information about the system and the opportunity to continue interacting with NurOS. |
| 45 | + |
| 46 | +## Description |
| 47 | + |
| 48 | +NurOS is a minimalist and clean Linux distribution that allows users to work with their favorite programs such as FreeOffice, OBS Studio, Blender, and Google Chrome with comfort and high performance. We, developers from a small company, strive to consider user needs and provide the ability to install and remove packages from the system. |
| 49 | + |
| 50 | +## Functionality |
| 51 | + |
| 52 | +- A welcome window with information about NurOS. |
| 53 | +- A button to continue interacting with the system. |
| 54 | +- Links to official resources such as Telegram, GitHub, and the main website. |
| 55 | + |
| 56 | +## Installation |
| 57 | + |
| 58 | +To work with the project, you need to install the dependencies. Use requirements.txt to install the necessary libraries. |
| 59 | + |
| 60 | +pip install -r requirements.txt |
| 61 | + |
| 62 | +## Running |
| 63 | + |
| 64 | +To run the application, execute the following command: |
| 65 | + |
| 66 | +python nuroshello.py |
| 67 | + |
| 68 | +## Technologies Used |
| 69 | + |
| 70 | +- Python |
| 71 | +- PyQt6 |
| 72 | + |
| 73 | +## Links |
| 74 | + |
| 75 | +- [Telegram (@nuros_tg)](https://t.me/nuros_tg) |
| 76 | +- [GitHub](https://github.com/nuros-linux) |
| 77 | +- [Main website](https://nuros.anmitali.kz) |
| 78 | + |
| 79 | +## License |
| 80 | + |
| 81 | +This project is licensed under the [GNU General Public License v3.0 (GPL-3.0)](https://www.gnu.org/licenses/gpl-3.0.html). You are free to use, modify, and distribute this project, provided that you comply with the terms of this license. |
0 commit comments