pyspread

cross-platform Python spreadsheet application

Install

All systems
curl cmd.cat/pyspread.sh
Debian Debian
apt-get install pyspread
Ubuntu
apt-get install pyspread
image/svg+xml Kali Linux
apt-get install pyspread
Windows (WSL2)
sudo apt-get update sudo apt-get install pyspread
Raspbian
apt-get install pyspread

pyspread

cross-platform Python spreadsheet application

Pyspread is a cross-platform Python spreadsheet application. Instead of spreadsheet formulas, Python expressions are entered into the spreadsheet cells. Each expression returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.