Nicescholia

From BITPlan Wiki
Jump to navigation Jump to search

OsProject

OsProject
id  nicescholia
state  active
owner  WolfgangFahl
title  nicescholia
url  https://github.com/WolfgangFahl/nicescholia
version  0.0.1
description  nicegui based scholia
date  2025-12-17
since  2025-12-17
until  


Installation

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

upgrade

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