OpenGNOMEX is an open-source project inspired by GNOME's modern design, offering a real-time Python playground with dynamic code execution.
core.py: Manages and controls the playground, handling real-time code execution.playground.py: The front-facing script providing a sleek, interactive Python coding environment.
- Instant Feedback: Code runs and updates live as you type.
- Sleek GNOME-Style UI: Minimalistic, responsive interface for a seamless experience.
- Easily Extensible: Customize and add new tools effortlessly.
Clone the repo and start coding instantly:
git clone https://github.com/XevilA/OpenGNOMEX.git
cd OpenGNOMEX
python playground.py
