/unterp

Primary LanguagePythonMIT LicenseMIT

Unterp - Minimalistic Python Interpreter

Python

tkinter

Pygments

License

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.

Features

  • 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.

Installation

To install the library directly from the GitHub repository, use the following command:

pip install git+https://github.com/voxlight/unterp.git

Using unterp

Just run unterp as a module.

python -m unterp
unterp in use

Contribute

Feel free to open issues for anything, or make pull requests.