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
- Host: GitHub
- URL: https://github.com/bernardjezua/lolcode-interpreter
- Owner: bernardjezua
- Created: 2024-06-05T12:21:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T12:17:11.000Z (about 1 year ago)
- Last Synced: 2025-03-23T02:33:27.335Z (3 months ago)
- Topics: lolcode, lolcode-interpreter, python, python-app, tkinter
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
