An open API service indexing awesome lists of open source software.

https://github.com/bernardjezua/lolcode-interpreter

LOLCODE Interpreter Python Application
https://github.com/bernardjezua/lolcode-interpreter

lolcode lolcode-interpreter python python-app tkinter

Last synced: 3 months ago
JSON representation

LOLCODE Interpreter Python Application

Awesome Lists containing this project

README

        

# LOLCODE Interpreter Python App
## Installation

* to install the tkinter dependency

```
pip install tk
```

## Run the code

* Running the code without the GUI. Do note that it will not run the GIMMEH correctly.
```
python main.py
```

* Running the code with the GUI.
```
python .\frontend\main.py
```

## Screenshots
![image](https://github.com/bernardjezua/LOLCODE-Interpreter/assets/90602869/1839d1e1-8d9a-4854-b248-92f0be677ca6)