Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 862 Bytes

File metadata and controls

25 lines (17 loc) · 862 Bytes

Runnerpython Python compiler

What is it?

It is a python compiler. You can make app easily, and you can run python code easily. I hope you find this convenient to use.


📦 Requirements & Setup

To run CodeCraft X, you need to set up the Node.js environment and initialize the C++ compiler.

1. Node.js & npm (Required)

Node.js is a JavaScript runtime that allows CodeCraft X to run as a desktop application. npm (Node Package Manager) is used to install the necessary libraries and dependencies.

How to Install Node.js

  1. Download Node.js from: https://nodejs.org/
  2. Choose the LTS version (Long-Term Support) for the best stability.
  3. Run the installer and follow the installation steps.
  4. Verify the installation by running these commands in your terminal:
    node --version
    npm --version