GZhonghui / NotabilityViewer

Open and View your Notability note file (*.note) on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotabilityViewer

Open and View your Notability note file (*.note) on Windows

Tested on: Windows 10 / Python 3.11.3 / Notability 11.8.9

NotabilityViewer

Usage

Download the pre-built version

Run from source code

git clone https://github.com/GZhonghui/NotabilityViewer.git
cd NotabilityViewer

# virtualenv is recommended
python -m pip install virtualenv
python -m venv nv
.\nv\Scripts\activate.bat

python -m pip install -r requirements.txt
python main.py

Limitations

  • Plain text / Image / Recording is not supported for now
  • Read only

Thanks

About

Open and View your Notability note file (*.note) on Windows

License:MIT License


Languages

Language:Python 100.0%