Project Arkyide is a simple and complex suite of tools and an author tool installer developed in Python by AYLIT. The primary goal of Arkyide is to create a streamlined design for a suite of tools and additional features, with plans for a CLI (Command Line Interface) in the near future.
- Tool Suite: A collection of tools aimed at simplifying various tasks.
- Author Tool Installer: Easy installation and management of authoring tools.
- Simple Design: Focus on user-friendly and straightforward interfaces.
- CLI Development: A command line interface is in the works to enhance usability.
Project Arkyide is currently in development. The estimated completion time is expected in winter 2024.
1.1 apt install ncurses -y
1.2 apt install ncurses-utils -y
Look to https://python-poetry.org/docs/#installation for more info
Manual installation method
curl -sSL https://install.python-poetry.org | python3 -
git clone "https://github.com/AYLIT-crew/Arkyide.git"
4.1. cd arkyide-repo
4.2. poetry install
-
Clone the Arkyide repository to your local machine using Git.
-
Open a terminal and navigate to the directory where you cloned the Arkyide repository.
-
Run the following command in the terminal to install the required dependencies:
poetry install
-
Activate the python virtual environment by running: ```poetry shell``
-
Run Arkyide within the virtual environment:
python arkyide.py
- Visit the official Docker website:
- Download Docker for your operating system (Windows, macOS, or Linux).
- Follow the installation instructions provided on the website.
- Once the installation is complete, verify Docker installation by opening a terminal/command prompt and typing
docker --version.
You should see the installed Docker version.
- Open a terminal/command prompt/shell.
- Use the
cd
command to navigate to the root folder of your Arkyide project.
- In the terminal, run the following command to build the Docker image from your Arkyide root file:
docker build -t arkyide .
After building the image, run the Docker container using the following commands:
Try running this command first:
docker run -it arkyide
If the above command fails, try this alternative:
docker run -it --env TERM=xterm-256color arkyide
- Now you should access the Menu on terminal.
Check CONTRIBUTING.md
for more info.
This project is licensed under the GNU General Public License v3.0.
For more information, please contact AYLIT.
Follow the project for updates and new features!