Skip to content

timeopochin/ilo-nanpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ilo nanpa

A visual interactive calculator for the terminal

This project is a proof of concept and has many basic features missing

This project will likely be abandoned in the future in favour of cilo, a C reimplementation of this idea.

Screen Capture

Dependencies

python3
 - termios
 - tty
 - os
 - sys

stty

A terminal that supports ANSI and Unicode.

Running

Clone the repository, go into the folder and run ilo-nanpa.py

git clone https://github.com/timeopochin/ilo-nanpa
cd ilo-nanpa
python3 ilo-nanpa.py

Usage

  • h and l to move left and right respectively

  • q to quit

  • [0-9] to insert a number

  • [+-*/^] to insert an operator

  • <space> or <return> to add a new empty item to the stack

  • <backspace> to delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages