Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.72 KB

README.md

File metadata and controls

66 lines (49 loc) · 1.72 KB

SnakeCodeEditor - v1.0.2

A python code-editor only to make console application.

MIT License GitHub Release Forks Stars

Features✨

  • Terminal like design
  • Easy to use

Technologies used⚙️

  • HTML
  • CSS
  • Python
  • Brython Library

How to use?

  1. Click Get Started.
  2. Write the code
  3. Link the run button
  4. Open the console to see the result

Cloning Your Fork

To clone your forked repository, use the following command in your terminal:

git clone https://github.com/Harshit2012/SnakeCodeEditor.git
cd SnakeCodeEditor

Syncing Your Fork

To sync your fork with the original repository, you’ll need to add the original repository as an upstream remote:

git remote add upstream https://github.com/Harshit2012/SnakeCodeEditor.git

Fetch the branches and their respective commits from the upstream repository:

git fetch upstream

Check out your fork’s local default branch - usually main:

git checkout main

Merge the changes from the upstream default branch - usually main:

git merge upstream/main

Preview

SnakeEdit

License

This repository is under MIT License