Python Command Line Shell - A shell written in python
Go to file
JaydenMW 75134bc0a4 Update shell.py 2021-02-20 21:20:52 +00:00
README.md Update README.md 2021-02-20 21:18:09 +00:00
shell.py Update shell.py 2021-02-20 21:20:52 +00:00

README.md

pclish.utilities.jaydenmw

A simple shell subsystem written in Python.

Changelog 0.0.5a

  • You can now use arguments for commands
  • You can now run OS level commands with oscmd
  • Fixed a bug that prevented the shell from starting. The issue was that I forgot to place quotation marks
  • Add customization options
  • Better Performance