git clone https://github.com/Nikindrik/GUI_UNIX_OS
python -m venv venv
For windows
.\venv\Scripts\activate
pip3 install pygame
For linux/UNIX/MAC
source venv/bin/activate
pip3 install pygame
Run
python main.py --user <user_name> --archive <archive_name.zip> --script <start_script_name.sh>
Example
python main.py --user nick --archive systeam.zip --script start.sh- Displays available commands and their brief descriptions -
help - Lists directories and files in the current working directory -
ls - Changes the current directory in the virtual filesystem -
cd - Exits the emulator or application -
exit - Counts words, lines, or characters in a file -
wc - Moves or renames files or directories -
mv - Clears the console output screen -
clear
The project is actively developing, so you can offer your ideas for improvements and visit my git.

