https://github.com/mmujynya/snex
Supernote - Excalidraw tools
https://github.com/mmujynya/snex
Last synced: about 1 year ago
JSON representation
Supernote - Excalidraw tools
- Host: GitHub
- URL: https://github.com/mmujynya/snex
- Owner: mmujynya
- License: apache-2.0
- Created: 2025-03-16T13:57:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:34:20.000Z (about 1 year ago)
- Last Synced: 2025-03-16T16:34:49.681Z (about 1 year ago)
- Language: Python
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-supernote - SNEX
README
# SNEX (SN Excalidraw)
Supernote - Excalidraw tools
Exports Supernote notebooks to [Excalidraw](https://excalidraw.com/) format
See [YouTube video](https://youtu.be/p1sAisn_xd4?si=bEZ4xpuXrVyZGTjm)
## CHANGE LOG:
- **Version 1.02**:
- The series (N5 for Manta or N6 for other) is inferred from the file content
- Frames are locked by default
## NOTICE & Credit:
This code uses and alters [Github supernote-tool](https://github.com/jya-dev/supernote-tool/tree/master)
See changes at: [Supernotelib commits](https://gitlab.com/mmujynya/pysn-digest/-/commit/c8b9ca72c71293a666176405e1bc1fc21e90e0ba)
It also uses functions from [PySN (python for Supernote)](https://gitlab.com/mmujynya/pysn-digest)
## REQUIREMENTS
Python 3.12.2 (Version 3.13.x or later may not work)
## INSTALLATION
1. Open your terminal.
2. Clone the repository:
```bash
git clone https://github.com/mmujynya/snex.git
cd snex
pip install -r requirements.txt
```
## USAGE
Run snex.py. The script takes 1 parameter:
- the name of the source Supernote notebook
For example:
```bash
python snex.py 'test/stroller.note'
```
The output would show:
```bash
SNEX Version 1.02
-----------------
Processing file: test/stroller.note
Generated file: test/stroller.excalidraw
```
You can then head to [Excalidraw website](https://excalidraw.com/) look at the hamburger menu button, use 'open" menu then browse to load the generated file with the extension '.excalidraw'