Skip to content

Harshit2012/SnakeCodeEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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