CODE ZONE is a fast and lightweight IDE (under 100MB) capable of running on any machine and operating system (Windows, Linux, macOS, Haiku, and BSD). It was designed as a blend between the aesthetic and usability of VS Code, the simplicity of Sublime Text / Geany, and the efficiency of Code::Blocks. It supports a wide variety of programming languages and allows you to easily edit and execute new or custom languages without hassle.
F5.F5.Before running CODE ZONE, ensure you have Python 3.8+ installed along with the required dependencies.
tkintercustomtkinterPillow (PIL)git clone [https://github.com/damixlord2-0/code-zone.git](https://github.com/damixlord2-0/code-zonecode.git)
cd code-zone
Install the required packages using pip:
pip install customtkinter pillow
python main.py
Install Python 3, pip, and tkinter via your package manager if not already available:
Ubuntu / Debian / Raspbian:
sudo apt update
sudo apt install python3 python3-pip python3-tk
Arch Linux:
sudo pacman -S python python-pip tk
sudo pkg install python3 py311-tkinter
Install dependencies & run:
pip install customtkinter pillow
python3 main.py
Ensure Python 3 is installed (via python.org or Homebrew):
brew install python python-tk
Install requirements and launch:
pip3 install customtkinter pillow
python3 main.py
Install Python 3 and Tkinter using pkgman:
pkgman install python3 python3_tkinter
Install packages and start CODE ZONE:
pip3 install customtkinter pillow
python3 main.py
This project is licensed under the MIT License - see the LICENSE file for details.
6 commits
Python
100.0%
CODE ZONE is a fast and lightweight IDE (under 100MB) capable of running on any machine and operating system (Windows, Linux, macOS, Haiku, and BSD). It was designed as a blend between the aesthetic and usability of VS Code, the simplicity of Sublime Text / Geany, and the efficiency of Code::Blocks. It supports a wide variety of programming languages and allows you to easily edit and execute new or custom languages without hassle.
F5.F5.Before running CODE ZONE, ensure you have Python 3.8+ installed along with the required dependencies.
tkintercustomtkinterPillow (PIL)git clone [https://github.com/damixlord2-0/code-zone.git](https://github.com/damixlord2-0/code-zonecode.git)
cd code-zone
Install the required packages using pip:
pip install customtkinter pillow
python main.py
Install Python 3, pip, and tkinter via your package manager if not already available:
Ubuntu / Debian / Raspbian:
sudo apt update
sudo apt install python3 python3-pip python3-tk
Arch Linux:
sudo pacman -S python python-pip tk
sudo pkg install python3 py311-tkinter
Install dependencies & run:
pip install customtkinter pillow
python3 main.py
Ensure Python 3 is installed (via python.org or Homebrew):
brew install python python-tk
Install requirements and launch:
pip3 install customtkinter pillow
python3 main.py
Install Python 3 and Tkinter using pkgman:
pkgman install python3 python3_tkinter
Install packages and start CODE ZONE:
pip3 install customtkinter pillow
python3 main.py
This project is licensed under the MIT License - see the LICENSE file for details.
6 commits
Python
100.0%