Skip to content

a light-weight code compiler in your own terminal

Notifications You must be signed in to change notification settings

rivkxx/CommandCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Code Compiler

This is a terminal-based code editor and compiler written in Python. It allows you to write, save, compile, and run code directly from the terminal.

Features

  • Create or open a file
  • Write or edit code
  • Save the file
  • Compile the code
  • Run the compiled code
  • Keyboard shortcuts for common actions

Usage

  1. Make sure you have Python installed on your system.

  2. Download or clone this repository to your local machine.

  3. Open a terminal and navigate to the directory containing the terminal_code_editor.py file.

  4. Run the script using Python

  5. Follow the on-screen instructions to perform various actions such as creating or opening a file, writing/editing code, saving the file, compiling the code, and running the compiled code.

  6. Use the following keyboard shortcuts for common actions:

  • Ctrl + S: Save the current file.
  • Ctrl + O: Open a file.
  • Ctrl + E: Compile the code.
  • Ctrl + F: Run the compiled code.
  • Ctrl + C: Exit the editor.

Requirements

  • Python 3.x

Image

image

About

a light-weight code compiler in your own terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages