Python for Supernote - installation & features overview

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 32

  • @timelliot8463
    @timelliot8463 3 месяца назад +6

    Holly Molly!
    That's the future I dreamed about: the gap between my passion for handwritten notes and a need in a neat structured typed text is rapidly closing!

  • @JenniMorrisroe
    @JenniMorrisroe 3 месяца назад +1

    Thanks so much for this! Looking forward to working with this more and figuring out the keyword aspect.. Got it all installed quite easily following your directions. I can see this opening up all kinds of features.

    • @mujmmb
      @mujmmb  2 месяца назад

      Glad it helped!

  • @JenniMorrisroe
    @JenniMorrisroe 3 месяца назад +1

    Loving this and trying it out. Need to rewatch portions of this, especially the keywords, but I did get it all installed and backed up. I like the idea of amother backup, especially this robust. Thanks!

    • @mujmmb
      @mujmmb  2 месяца назад

      Thank you for the kind comments. Adding keyword settings features is relatively easy so feedback from users is appreciated. See for instance in this beta version a relatively more complex keyword setting: ruclips.net/video/vSZ8fj2UhmU/видео.htmlsi=mZggxekM3QgbGeJD

  • @beamsplitter
    @beamsplitter 2 месяца назад +1

    Great resource! Thank you for all the effort put in and sharing this with the community.

    • @mujmmb
      @mujmmb  2 месяца назад

      Glad it was helpful!

  • @fernangordi2007
    @fernangordi2007 13 дней назад +1

    Hi Max, Nice job! I would like to see how you use Azure Vision for supernote handwrite recognition! Sounds great!

    • @mujmmb
      @mujmmb  9 дней назад

      Thank you! Azure vision, please check back this thread in a few days. I may just send a screencast link

  • @inveele
    @inveele 2 месяца назад +2

    Excellent video!

    • @mujmmb
      @mujmmb  2 месяца назад

      Thank you!

  • @WilliamBrauner-ie4yq
    @WilliamBrauner-ie4yq 2 месяца назад +1

    Ditto, brilliant, new subscriber.

    • @mujmmb
      @mujmmb  2 месяца назад

      Thank you!

  • @robertrodriguez1252
    @robertrodriguez1252 16 дней назад +1

    Hermoso. Los amo ❤❤❤❤

    • @mujmmb
      @mujmmb  9 дней назад

      ¡Gracias! Espero que te ayude.

  • @vishalkumar040393
    @vishalkumar040393 3 месяца назад +2

    Brilliant, New Subscriber ❤

    • @mujmmb
      @mujmmb  2 месяца назад

      Thank you!

  • @vidario75
    @vidario75 28 дней назад +2

    Hi, I get this errore when i launch "python setup_venv.py": ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: 307, 308)
    ERROR: No matching distribution found for pywin32==306
    What should I check?

    • @mujmmb
      @mujmmb  24 дня назад

      Thank you for pointing out the error. I confirm that the issue is with newer versions of Python such as 3.13.0 are not compatible with the list of requirements. Users for now should use version 3.12.3

  • @0xKruzr
    @0xKruzr Месяц назад +1

    I wish we had this for Boox!

    • @mujmmb
      @mujmmb  Месяц назад

      I was expecting Boox to be more open. Is there an unofficial file structure around?

  • @martinbijlsma8507
    @martinbijlsma8507 2 месяца назад +2

    Great software! The only thing that does not work for me is the ks-keyword option to send files to specific folders. Inserting the ks-copy-cloud keyword into a note always results in a keyword error message when running pysn.exe. The contents of the copy-cloud.json file has been adjusted so that it points to the correct folder. There must be something that I'm doing wrong...

    • @mujmmb
      @mujmmb  2 месяца назад

      Thank you! Are you on a Mac? The example given if for windows, requesting double backslashes for paths. Happy to look into your user_settings.json, if you email it to me.

    • @martinbijlsma8507
      @martinbijlsma8507 2 месяца назад

      @@mujmmb No, using the latest versions of windows and python (and pip) and the > symbol. It has worked before, pdf and other files were copied to another target folder (as defined in the copy-cloud.json file). Then I changed the name of the targetfolder in this copy-cloud.json file and then it stopped working. I changed the target folder name back to original one, but to no avail. The user_settings.json file was the same (no changes made), before and after it stopped working.

    • @mujmmb
      @mujmmb  2 месяца назад

      @@martinbijlsma8507 The script expects the json to be well formed i.e. if it doesn't adhere to json format, it will raise an error. You may use an online json validator like jsonlint.com/ to detect what is wrong. Also please note as a general rule that the code will be case sensitive, even if Windows isn't. You can also email me the jsons for me to take a look, thank you.

    • @martinbijlsma8507
      @martinbijlsma8507 2 месяца назад

      @@mujmmb Thanks for your response. I've send you an e-mail, maybe you could have a look.

    • @martinbijlsma8507
      @martinbijlsma8507 2 месяца назад +1

      @@mujmmb Ok, thanks for your help, everything works now, exactly as shown in the video, GREAT!

  • @PierreJohnsonOnline
    @PierreJohnsonOnline Месяц назад

    Despite the error below, I tried to go the following steps. On clicking the Supernote icon which opens the Terminal, I get the following message:
    ModuleNotFoundError: No module named 'fitz' It seems PySN didn't even recognize my Supernote device (an A5X) though it is on a USB port and also on the local network.

    • @PierreJohnsonOnline
      @PierreJohnsonOnline Месяц назад

      Even after a new clean install of Python - thanks to a Reddit user and activation of the virtual environment, which I guess is shown through the prefix (pysnvenv) in my Terminal, I get this error on setting my input folders. The error is:
      File "/Users/myname/pysn-digest/digest.py", line 7, in
      import fitz
      ModuleNotFoundError: No module named 'fitz'
      So I Googled this error and installed fitz. Now that fitz is installed, I get two errors:
      1) chmod: /Users/myname/pysn-digest/platform-tools/adb: No such file or directory
      2) an error on line 11 in regarding Pil which says is not installed. But in fact Pillow version 11.0.0 arm is installed as says the Terminal. The same error keeps appearing again.
      Could you @Max please indicated me at well level is the issue, and how I can fix it?

    • @mujmmb
      @mujmmb  Месяц назад

      Hello there. I saw that you started an old fork of the project that is not maintained by me. Please install instead the official branch following the link in the description.