SputnikRocket / PyThOS-V2

PyThOS system simulation rewritten from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyThOS

PyThOS is a python script designed to simulate an operating system with a shell.

  • Has several shell themes, including bash, zsh, fish, and altzsh(A stylized zsh theme, similar to Oh-my-zsh's "duellj" theme.)

  • Has some eyecandy, like a boot splash and colors

  • Has some executable commands built in, such as exit, clear, yuptime(only reports host uptime for now), cmds(lists available commands), and counter, which just counts really fast.

depends: colorama

example usage:

./start.sh

./start.sh <theme>

This Project is very much a WIP.

also, if you have a cool idea you want to add, submit a PR!

About

PyThOS system simulation rewritten from scratch

License:GNU General Public License v3.0


Languages

Language:Python 99.2%Language:Shell 0.8%