Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 864 Bytes

File metadata and controls

32 lines (17 loc) · 864 Bytes

As you may have noticed, the releases are out of order. This is a problem that i encountered while i was trying to understand semantic versioning and git. It's not Github's fault tho. I take the responsibility, maybe someday i will link to a timeline so everybody knows what was released when.

PyOS

A simple Python OS. 99,9% using Python (almost no os.system() stuff)

PyOS Tutorial

Here is a little video with a tutorial and an overview of the OS:

Video

Commands

help

Displays available commands.

exit

exit.

ver

Displays system version

prsh

The Print Shell ported from the "Legacy" to vNext

Thanks to:

@Setr0 for the JSON authentication and his help for code troubleshooting