ORCA Engine is a lightweight, interactive command-line environment written in Python. It offers a playful yet functional shell experience with colorful output, splash text, and a variety of built-in commands for file handling, time display, system info, calculations, and more.
- ๐ Terminal interface with colorful, dynamic splash banner
- โฑ Uptime tracking and system info display
- ๐งฎ Simple inline calculator (
calc
) - ๐ Current time display in US Central timezone (
time
) - ๐ Basic file operations:
new
โ Create filesopen
โ View file contentswrite
โ Append text to filesdelete
โ Remove files
- ๐ HTTP GET requests using
fetch
- ๐ File listing (
list
) - ๐ Command help menu (
help
) - ๐จ Colorful input/output with dynamic text formatting
- Python 3.7+
pytz
requests
Install dependencies (if not already available):
pip install pytz requests