My school project, which I did specifically for NRNU MEPhI. It took a little less than 2 months to develop. This project is a graphical interface to help users use the Astra Linux operating system. The application provides users with useful links, information, and instructions on how to work with Astra Linux.
- Useful Links: Provides links to the official Astra Linux website, forum, documentation, and support.
- Necessary functions: This program contains all the necessary functions and bash commands that may be useful to you when working with the Astra Linux OS.
- Dark/Light Theme: Users can switch between dark and light themes.
- Social Media Buttons: Buttons for quick access to the project's Telegram and GitHub.
- Python 3.9 or higher
- Flet library
pip install flet- Clone the repository:
git clone https://github.com/kryptoNkn/AstraLinuxHelperSchoolProject2024.git
cd AstraLinuxHelperSchoolProject2024- Install the required dependencies:
pip install -r requirements.txt- Launch the app:
python main.py- main.py: The main application file.
- info_manager.py: Module for information management.
- menu_manager.py: Module for menu management.
- Logos: Folder with logos for buttons.
- Launch the app.
- Use the menu at the top of the screen to navigate.
- Click on the links to go to the corresponding websites.
- Use the buttons in the lower right corner for quick access to Telegram and GitHub.
If you would like to contribute to the project, please fork the repository and submit a pull request with your changes.