Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Thunno/Zeno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been abandoned as of 4th May 2023


Zeno

An Thunno 2 interface for Mac/Linux machines.

Note: this hasn't been tested on Windows, but it probably won't work

Introduction

According to Bing,

Zeno is a cool and mysterious name that evokes the paradoxes of Zeno of Elea, a Greek philosopher who challenged the notions of motion and infinity.

So I just went with that as the name for the interface.

Setup

You can install Zeno from PyPI:

pip install thunno-zeno

This command will install all the required dependencies.

Running

You can start the interpreter by using the zeno command.

From there, type in your code. You can use the following commands:

  • CTRL D = switch to code
  • CTRL F = switch to flags
  • CTRL G = switch to inputs
  • CTRL H = show the help message
  • CTRL R = run the code

The code will be highlighted automatically.

Screenshot

This is from after pressing CTRL R to run the code

Screenshot 2023-05-02 at 15 08 14