ASOS is an operating system simulation project developed in Python inspired by the portal games. Currently only supports windows
ASOS supports the following commands:
help
: Display a list of available commands.dir
: List the contents of the current directory.exec
: Execute a file.open
: Open a file in a text editor.cat
: Display the contents of a file.clear
: Clear the screen.create
: Create a new file.copy
: Copy a file or directorymove
: Move a file or directoryrename
: Rename a file or directorydelete
: Delete a file.cls
: Alias forclear
.time
: Display the current system time.sysinfo
: Display system information.account_edit
: Edit user account settings.delete_account
: Delete a user account.view_log
: Displays the given log file.logout
: Logs out the current user.reboot
: Reboots the operating system.quit
: Exit the operating system.
To install the required dependencies, use pip
and the provided requirements.txt
file:
pip install -r requirements.txt
python main.py
login: default_a password: 123
I would recommend using default_a to create your own account and having at least one other account with an accredidation level of 3 so that you can safely delete default_a
This project is licensed under the MIT License - see the LICENSE file for details.