Skip to content

ORCA Engine is a Python text-based tool that supports web-fetching, modding, and display of system info.

Notifications You must be signed in to change notification settings

ORCAdeveloper/ORCA-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‹ ORCA Engine - Vanilla

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.


โœจ Features

  • ๐Ÿ“Ÿ 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 files
    • open โ€” View file contents
    • write โ€” Append text to files
    • delete โ€” Remove files
  • ๐ŸŒ HTTP GET requests using fetch
  • ๐Ÿ“œ File listing (list)
  • ๐Ÿ” Command help menu (help)
  • ๐ŸŽจ Colorful input/output with dynamic text formatting

๐Ÿ›  Requirements

  • Python 3.7+
  • pytz
  • requests

Install dependencies (if not already available):

pip install pytz requests

About

ORCA Engine is a Python text-based tool that supports web-fetching, modding, and display of system info.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages