Welcome to Unterp, a minimalistic Python interpreter with a simple and intuitive GUI. This project aims to provide a lightweight alternative to Jupyter notebooks for quick Python script execution and testing.
- Syntax Highlighting: Leveraging Pygments for beautiful code highlighting.
- Responsive GUI: Built with tkinter, providing a clean and responsive user interface.
- Execution Toolbar: Convenient buttons for running code, clearing the console, and restarting the interpreter.
To install the library directly from the GitHub repository, use the following command:
pip install git+https://github.com/voxlight/unterp.git
Just run unterp as a module.
|
Feel free to open issues for anything, or make pull requests.