A custom terminal interface written in Python, designed to simulate a minimal command-line shell environment with themed responses and core command support. Developed as a learning project by Eesa Ayub (sudo-hecc), this shell features dynamic command execution, path navigation, and a themed startup experience.
- Command-line interface written in Python
- Role assignment (Imposter or Crewmate) for contextual prompts
- Runs standard shell commands using
os.system() - Recognizes and handles:
cd(with tilde~expansion)clearexitneofetch(custom ASCII output)- Custom
impo rm -rf <target>to kill (rm -rfmeans delete) crew mate but stops red from killing itself (because it's the imposter) - Custom
impo kill <target>to stop - orkill- the process of the target (basically sabotaging)
- Displays working directory in the prompt
- Uses
richfor styled terminal output - Uses
pygamefor theme tune
- Python 3.8+
richpygame- A
themetune.mp3file orpygameerror may show. It can be found at voicemod. Rename tothemetune.mp3
Install dependencies:
pip3 install -r requirements.txtor
pip install -r requirements.txtIt is simple: just make the startup command:
python3 /path/to/amog.pyor download the amog.bat or amog.command file that is available from vesion 4.0 onwards.
This project is licensed under the MIT License. See the LICENSE file for details.
Credits can be viewed at CREDITS.md
Also, this might be a good shell for Amog OS users or anyone who does a lot of python work in a terminal (works best for Unix terminals)
SERIOUSLY, DO NOT be sus and look, it ended on line 69

