/PyThOS-V2

PyThOS system simulation rewritten from scratch

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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!