A python code-editor only to make console application.
- Terminal like design
- Easy to use
- HTML
- CSS
- Python
- Brython Library
- Click
Get Started
. - Write the code
- Link the
run
button - Open the console to see the result
To clone your forked repository, use the following command in your terminal:
git clone https://github.com/Harshit2012/SnakeCodeEditor.git
cd SnakeCodeEditor
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
This repository is under MIT License