{"id":13673063,"url":"https://github.com/jya-dev/supernote-tool","last_synced_at":"2026-05-23T08:01:12.493Z","repository":{"id":37254831,"uuid":"293854098","full_name":"jya-dev/supernote-tool","owner":"jya-dev","description":"Unofficial python tool for Supernote","archived":false,"fork":false,"pushed_at":"2026-05-23T05:59:25.000Z","size":110,"stargazers_count":422,"open_issues_count":16,"forks_count":39,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-05-23T07:32:51.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jya-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-08T15:38:03.000Z","updated_at":"2026-05-23T05:59:29.000Z","dependencies_parsed_at":"2024-01-13T16:35:34.076Z","dependency_job_id":"316d9226-c860-43e3-8548-5ef3d4819d64","html_url":"https://github.com/jya-dev/supernote-tool","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/jya-dev/supernote-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jya-dev%2Fsupernote-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jya-dev%2Fsupernote-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jya-dev%2Fsupernote-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jya-dev%2Fsupernote-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jya-dev","download_url":"https://codeload.github.com/jya-dev/supernote-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jya-dev%2Fsupernote-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33387656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T10:00:23.687Z","updated_at":"2026-05-23T08:01:12.486Z","avatar_url":"https://github.com/jya-dev.png","language":"Python","funding_links":[],"categories":["Resources"],"sub_categories":["Tools"],"readme":"# supernote-tool\n\n`supernote-tool` is an unofficial python tool for [Ratta Supernote](https://supernote.com).\nIt allows converting a Supernote's `*.note` file into PNG image file\nwithout operating export function on a real device.\n\nThis tool is under development and may change.\n\n\n## Installation\n\n```\n$ pip install supernotelib\n```\n\n\n## Usage\n\nTo convert first page of your note into PNG image:\n\n```\n$ supernote-tool convert your.note output.png\n```\n\nTo convert all pages:\n\n```\n$ supernote-tool convert -a your.note output.png\n```\n\nIf you want to specify page number to convert:\n\n```\n$ supernote-tool convert -n 3 your.note output.png\n```\n\nYou can colorize a note by specifing alternative color codes in order of black, darkgray, gray and white.\nNote that use `#fefefe` for white because `#ffffff` is used for transparent.\n\nTo convert black into red:\n\n```\n$ supernote-tool convert -c \"#ff0000,#9d9d9d,#c9c9c9,#fefefe\" your.note output.png\n```\n\nTo convert into SVG file format:\n\n```\n$ supernote-tool convert -t svg your.note output.svg\n```\n\nTo convert all pages into PDF file format:\n\n```\n$ supernote-tool convert -t pdf -a your.note output.pdf\n```\n\nYou can also convert your handwriting to vector format and save it as PDF with `--pdf-type vector` option.\nNote that converting to a vector takes time.\n\n```\n$ supernote-tool convert -t pdf --pdf-type vector -a your.note output.pdf\n```\n\nTo extract text from a real-time recognition note introduced from Chauvet2.7.21:\n\n```\n$ supernote-tool convert -t txt -a your.note output.txt\n```\n\nYou can specify a page separator string for text conversion:\n\n```\n$ supernote-tool convert -t txt -a --text-page-separator='----' your.note output.txt\n```\n\nYou can also specify number of cpu threads used using `--workers` or `-j` (speeds the conversion up a little):\n```\n$ supernote-tool convert -t pdf -a -j 15 your.note finmat2.pdf\n```\nThe default setting uses up to 8 threads.\n\n\nFor developers, dump note metadata as JSON format:\n\n```\n$ supernote-tool analyze your.note\n```\n\n\n## Supporting files\n\n* `*.note` file created on Supernote A5 (Firmware SN100.B000.432_release)\n* `*.note` file created on Supernote A6X (Firmware Chauvet 2.25.39)\n* `*.note` file created on Supernote A5X (Firmware Chauvet 2.25.39)\n* `*.note` file created on Supernote A6X2 (Firmware Chauvet 3.28.42)\n* `*.note` file created on Supernote A5X2 (Firmware Chauvet 3.28.42)\n\n## License\n\nThis software is released under the Apache License 2.0, see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjya-dev%2Fsupernote-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjya-dev%2Fsupernote-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjya-dev%2Fsupernote-tool/lists"}