/ProtonOS

Terminal based OS in Python

Primary LanguagePython

ProtonOS

A simple terminal based operating system made in Python

Demo

ProtonOS 1.4 Screenshot

How to run ProtonOS

Clone the project

  git clone https://github.com/proton0/protonOS

Go to the project directory

  cd protonOS

Install dependencies

  python3 -m pip install -r requirements.txt

Start protonOS

  python3 main.py

Note: The password for "root" is "root"

Authors