In this installation mode, you will need a Python interpreter and additional libraries. Follow the steps below:
a. Download the two required Python files from my GitHub repository at
https://github.com/PourpreTB/ToriEditor.
b. Install a Python interpreter if you don't have one already. You can download Python from the official website (
https://www.python.org/downloads/) and follow the installation instructions for your operating system.
c. Open a terminal or command prompt and navigate to the directory where you downloaded the ToriEditor Python files.
d. Install the required libraries by running the following commands:
pip install sys
pip install os
pip install requests
pip install pyqt5
This will install the necessary libraries (sys, os, requests, and PyQt5) that ToriEditor relies on.
e. Once the dependencies are installed, run the main Python file using the following command:
python ToriEditor.py
This will launch ToriEditor and you can start customizing your Tori's colors/items.
Please note that in the "GitHub Files" mode, you will need to have Python and the required libraries installed on your system. Make sure to follow the installation instructions for your specific operating system.