๐ How to Run OmniTool Option 1: Using the AppImage (Easiest) The OmniTool AppImage is a pre-compiled bundle for Linux. No installation is required.
Quick Start: ๐ Download the Latest AppImage for Linux
Locate the .AppImage file in the main folder.
Right-click the file and select Properties.
Go to the Permissions tab and check "Allow executing file as program".
Double-click the file to launch the workshop.
Option 2: Run from Source (For Developers) If you prefer to run the code manually or contribute to the project:
Clone the repository:
Bash git clone https://github.com/wittycomputer2/omnitool.git Install requirements:
Bash pip install -r requirements.txt Launch:
Bash python app.py
๐ Learning Resources: Need help setting up your digital environment? Visit https://university.witty.computer for full documentation and video guides provided by the Witty Computer Digital Workshop. Special thanks to https://neonghost.net for their support.