Skip to content

Voxelstice/PyOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyOS

A basic command line operating system written in python

Running PyOS

You need Python installed on your computer for PyOS to work. You also need pip to install the modules.

Step 1

Open command prompt.

Then install the modules. Simple as using pip install.

pip install pyfiglet rich

Step 2

Now you need to clone the project repo. There are 2 ways of doing this.

Cloning directly from GitHub

image

Extract the files after the zip has been downloaded.

Then run this command:

cd PyOS-main

Cloning using git

git clone https://github.com/SpookyDervish/PyOS

Wait for it to finish cloning.

Then run this command:

cd PyOS

After cloning the project repo, proceed to step 3.

Step 3

After these steps, you can now run PyOS. Run this command:

python pyos.py

That is it.

About

A basic command line operating system written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages