Nicesheet

From BITPlan Wiki
Revision as of 18:37, 21 September 2023 by Wf (talk | contribs) (Created page with "=OsProject= {{OsProject |id=nicesheet |state=active |owner=WolfgangFahl |title=nicesheet |url=https://github.com/WolfgangFahl/nicesheet |version=0.0.1 |description=Online Spr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OsProject

OsProject
id  nicesheet
state  active
owner  WolfgangFahl
title  nicesheet
url  https://github.com/WolfgangFahl/nicesheet
version  0.0.1
description  Online Spreadsheet editing tool
date  2023-09-21
since  2023-09-21
until  


Installation

pip install nicesheet
# alternatively if your pip is not a python3 pip
pip3 install nicesheet 
# local install from source directory of nicesheet 
pip install .

upgrade

pip install nicesheet  -U
# alternatively if your pip is not a python3 pip
pip3 install nicesheet -U


Motivation

nicegui based successor of https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing