Skip to main content

An unofficial converter library for Ratta Supernote

Project description

supernote-tool

supernote-tool is an unofficial python tool for Ratta Supernote. It allows converting a Supernote's *.note file into PNG image file without operating export function on a real device.

This tool is under development and may change.

Installation

$ pip install supernotelib

Usage

To convert first page of your note into PNG image:

$ supernote-tool convert your.note output.png

To convert all pages:

$ supernote-tool convert -a your.note output.png

If you want to specify page number to convert:

$ supernote-tool convert -n 3 your.note output.png

You can colorize a note by specifing alternative color codes in order of black, darkgray, gray and white. Note that use #fefefe for white because #ffffff is used for transparent.

To convert black into red:

$ supernote-tool convert -c "#ff0000,#9d9d9d,#c9c9c9,#fefefe" your.note output.png

To convert into SVG file format:

$ supernote-tool convert -t svg your.note output.svg

To convert all pages into PDF file format:

$ supernote-tool convert -t pdf -a your.note output.pdf

You can also convert your handwriting to vector format and save it as PDF with --pdf-type vector option. Note that converting to a vector takes time.

$ supernote-tool convert -t pdf --pdf-type vector -a your.note output.pdf

To extract text from a real-time recognition note introduced from Chauvet2.7.21:

$ supernote-tool convert -t txt -a your.note output.txt

You can specify a page separator string for text conversion:

$ supernote-tool convert -t txt -a --text-page-separator='----' your.note output.txt

For developers, dump note metadata as JSON format:

$ supernote-tool analyze your.note

Supporting files

  • *.note file created on Supernote A5 (Firmware SN100.B000.432_release)
  • *.note file created on Supernote A6X (Firmware Chauvet 2.11.26)
  • *.note file created on Supernote A5X (Firmware Chauvet 2.11.26)
  • *.note file created on Supernote A6X2 (Firmware Chauvet 3.14.27)

License

This software is released under the Apache License 2.0, see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supernotelib-0.6.1.tar.gz (26.5 kB view details)

Uploaded Source

Built Distribution

supernotelib-0.6.1-py3-none-any.whl (37.2 kB view details)

Uploaded Python 3

File details

Details for the file supernotelib-0.6.1.tar.gz.

File metadata

  • Download URL: supernotelib-0.6.1.tar.gz
  • Upload date:
  • Size: 26.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for supernotelib-0.6.1.tar.gz
Algorithm Hash digest
SHA256 d9ee351796ceaa6dc323fc4bf3399e823c2a0668ee67fe7c52c9697c27e4fab8
MD5 b0a08df8f3d49ce5f7345376a2cd73b0
BLAKE2b-256 00a126e1647c20c04ea1d004d4152b5a5305c5aed996ee1e2f0e104b5470b314

See more details on using hashes here.

File details

Details for the file supernotelib-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: supernotelib-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 37.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for supernotelib-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b8c873627d968dd5debdd62d527cb121dd43fc79da9c1b25ff0a6fafef903ee
MD5 5860399971c2569e56d1ffc592925a8b
BLAKE2b-256 e924640fa6cbc9db02642d119fe1376f3772c596feb43ae5273a8ed94a2b3664

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page