pyspread
cross-platform Python spreadsheet application
Install
- All systems
-
curl cmd.cat/pyspread.sh
- Debian
-
apt-get install pyspread
- Ubuntu
-
apt-get install pyspread
- Kali Linux
-
apt-get install pyspread
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pyspread
- Raspbian
-
apt-get install pyspread
- Dockerfile
- dockerfile.run/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.